Browse Source
The call to update_wallet() is redundant with earlier call to load_wallet(). Set the need_update boolean so the timer will refresh rather than unconditionally refreshing. This typically results in it merging with the first network "updated" event resulting in one less refresh. For me in online mode this results in history being calculated and shown only twice during startup rather than four times.283
2 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue