Updated on 2026-08-14

This commit is contained in:
Tangem 2022-03-27 20:00:43 +03:00
commit c2ee146ed0
29 changed files with 295 additions and 135 deletions

View file

@ -204,7 +204,7 @@ private fun sendTransaction(
withContext(Dispatchers.Main) {
dispatch(WalletAction.LoadWallet(walletManager.wallet.blockchain))
}
delay(10000)
delay(11000) // more than 10000 to avoid throttling
withContext(Dispatchers.Main) {
dispatch(WalletAction.LoadWallet(walletManager.wallet.blockchain))
}