diff --git a/lez/wallet/src/storage.rs b/lez/wallet/src/storage.rs index d1415c2b..a79996f8 100644 --- a/lez/wallet/src/storage.rs +++ b/lez/wallet/src/storage.rs @@ -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(()) }