mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-09-02 18:25:16 +00:00
No full rescans after rescan completion.
If the rescan finishes before any progress notifications have been received, also unset the need to perform a full rescan next btcd reconnect.
This commit is contained in:
parent
2c3845bbbd
commit
454fc3904a
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ func (am *AccountManager) rescanListener() {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
acct.fullRescan = false
|
||||||
am.ds.ScheduleWalletWrite(acct)
|
am.ds.ScheduleWalletWrite(acct)
|
||||||
err := am.ds.FlushAccount(acct)
|
err := am.ds.FlushAccount(acct)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue