Updated on 2026-08-14
This commit is contained in:
commit
c2ee146ed0
29 changed files with 295 additions and 135 deletions
|
|
@ -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))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue