Commit bde2409e authored by Jeremy Bokobza's avatar Jeremy Bokobza

Small fix for wallet recovery

parent 95494856
...@@ -90,9 +90,9 @@ namespace Breeze.Wallet ...@@ -90,9 +90,9 @@ namespace Breeze.Wallet
// save the changes to the file and add addresses to be tracked // save the changes to the file and add addresses to be tracked
this.SaveToFile(wallet); this.SaveToFile(wallet);
this.LoadKeysLookup();
this.Load(wallet); this.Load(wallet);
this.LoadKeysLookup();
return mnemonic; return mnemonic;
} }
...@@ -135,8 +135,8 @@ namespace Breeze.Wallet ...@@ -135,8 +135,8 @@ namespace Breeze.Wallet
// save the changes to the file and add addresses to be tracked // save the changes to the file and add addresses to be tracked
this.SaveToFile(wallet); this.SaveToFile(wallet);
this.LoadKeysLookup();
this.Load(wallet); this.Load(wallet);
this.LoadKeysLookup();
return wallet; return wallet;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment