mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-07 06:44:11 +00:00
Save after rescan
This commit is contained in:
parent
01c1fc0262
commit
f0aa4129bd
@ -862,6 +862,8 @@ impl LightClient {
|
|||||||
|
|
||||||
// Then, do a sync, which will force a full rescan from the initial state
|
// Then, do a sync, which will force a full rescan from the initial state
|
||||||
let response = self.do_sync(true);
|
let response = self.do_sync(true);
|
||||||
|
|
||||||
|
self.do_save()?;
|
||||||
info!("Rescan finished");
|
info!("Rescan finished");
|
||||||
|
|
||||||
response
|
response
|
||||||
|
Loading…
Reference in New Issue
Block a user