Save after rescan

This commit is contained in:
Aditya Kulkarni 2019-12-02 14:56:08 -08:00
parent 01c1fc0262
commit f0aa4129bd

View File

@ -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