Browse Source
The Qt GUI refreshes all tabs on 'blockchain_updated', which is expensive for very large wallets. Previously, on every new block, the GUI would get one notification for each connected interface, now only the fastest interface triggers it. (was testing with a wallet where refreshing all tabs takes 15 seconds, and 10*15 seconds is even more annoying...)master
1 changed files with 10 additions and 4 deletions
Loading…
Reference in new issue