Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-04 16:48:48 +03:00
parent 512ab6d54d
commit 7f0c9e40be
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
/buld
/build

View file

@ -10,7 +10,6 @@ import com.tangem.domain.walletmanager.model.CryptoCurrencyTransaction
import com.tangem.domain.walletmanager.model.UpdateWalletManagerResult
import timber.log.Timber
import java.math.BigDecimal
import java.util.concurrent.TimeUnit
import com.tangem.blockchain.common.address.Address as SdkAddress
internal class UpdateWalletManagerResultFactory {