mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-26 00:49:27 +00:00
fix(wallet): reset last_synced_block on storage restore so notes re-scan from genesis
This commit is contained in:
parent
4af5651c9e
commit
87d6869e15
@ -94,6 +94,7 @@ impl Storage {
|
||||
|
||||
self.key_chain = UserKeyChain::new_with_accounts(public_tree, private_tree);
|
||||
self.labels = BTreeMap::new();
|
||||
self.last_synced_block = 0;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user