block-core / blockcore-wallet

Web5 Wallet for your coins, tokens, identities, NFTs and more.
https://www.blockcore.net/wallet
MIT License
43 stars 35 forks source link

Quick-mode balance update after sending #125

Closed sondreb closed 2 years ago

sondreb commented 2 years ago

It can take up to 10 minutes for the balance to update accordingly on quick-mode accounts. This is currently expected, this issue is to track the progress of implementing watcher-support for quick-accounts.

sondreb commented 2 years ago

This was fixed earlier by an change that will perform a single full scan on the first watch trigger that happens after sending a transaction. If the indexer status is updated, the wallet won't update before the next full index interval (which is now set to 5 minutes).