Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-20 22:34:10 +03:00
parent 99244e87a6
commit 2f936ad2f3
4 changed files with 9 additions and 3 deletions

View file

@ -26,7 +26,6 @@ import com.tangem.lib.crypto.models.transactions.SendTxResult
import com.tangem.tap.common.redux.global.GlobalAction
import com.tangem.tap.domain.TangemSigner
import com.tangem.tap.domain.tokens.models.BlockchainNetwork
import com.tangem.tap.features.wallet.redux.WalletAction
import com.tangem.tap.tangemSdk
import java.math.BigDecimal
@ -109,8 +108,6 @@ class TransactionManagerImpl(
FirebaseCrashlytics.getInstance().recordException(ex)
return SendTxResult.UnknownError(ex)
}
// workaround, should update wallet after transaction
appStateHolder.mainStore?.dispatch(WalletAction.LoadData.Refresh)
return handleSendResult(sendResult)
}