Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-07 14:11:23 +03:00
parent 3e09d45632
commit 5b56260b0a

View file

@ -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))