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
|
||||
}
|
||||
}
|
||||
acct.fullRescan = false
|
||||
am.ds.ScheduleWalletWrite(acct)
|
||||
err := am.ds.FlushAccount(acct)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue