Updated on 2026-08-14
This commit is contained in:
parent
99244e87a6
commit
2f936ad2f3
4 changed files with 9 additions and 3 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue