Updated on 2026-08-14
This commit is contained in:
parent
82fec40849
commit
b2a2e380eb
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ private fun setupWalletUpdate(wallet: Wallet) {
|
|||
if (!wallet.recentTransactions.toPendingTransactions(wallet.address).isNullOrEmpty()) {
|
||||
store.dispatch(WalletAction.UpdateWallet.ScheduleUpdatingWallet)
|
||||
scope.launch(Dispatchers.IO) {
|
||||
delay(5000)
|
||||
delay(10000)
|
||||
withContext(Dispatchers.Main) {
|
||||
store.dispatch(WalletAction.UpdateWallet)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue