Updated on 2026-08-14
This commit is contained in:
parent
3e09d45632
commit
5b56260b0a
1 changed files with 0 additions and 2 deletions
|
|
@ -21,7 +21,6 @@ import com.tangem.tap.domain.getFirstToken
|
|||
import kotlinx.coroutines.async
|
||||
import kotlinx.coroutines.awaitAll
|
||||
import kotlinx.coroutines.coroutineScope
|
||||
import timber.log.Timber
|
||||
import java.math.BigDecimal
|
||||
import java.math.BigInteger
|
||||
import java.util.concurrent.atomic.AtomicLong
|
||||
|
|
@ -150,7 +149,6 @@ class GnosisRegistrator(
|
|||
}
|
||||
|
||||
suspend fun transferFrom(amountToClaim: BigDecimal, signer: TransactionSigner): Result<Unit> {
|
||||
Timber.e(Throwable("transferFrom"))
|
||||
if (walletManager.txCount == -1L) {
|
||||
walletManager.safeUpdate().successOr {
|
||||
return Result.Failure(BlockchainSdkError.WrappedThrowable(it.error))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue