Browse Source

Save after rescan

checkpoints
Aditya Kulkarni 5 years ago
parent
commit
f0aa4129bd
  1. 2
      lib/src/lightclient.rs

2
lib/src/lightclient.rs

@ -862,6 +862,8 @@ impl LightClient {
// Then, do a sync, which will force a full rescan from the initial state
let response = self.do_sync(true);
self.do_save()?;
info!("Rescan finished");
response

Loading…
Cancel
Save