Commit bde2409e authored by Jeremy Bokobza's avatar Jeremy Bokobza

Small fix for wallet recovery

parent 95494856
......@@ -90,9 +90,9 @@ namespace Breeze.Wallet
// save the changes to the file and add addresses to be tracked
this.SaveToFile(wallet);
this.LoadKeysLookup();
this.Load(wallet);
this.LoadKeysLookup();
return mnemonic;
}
......@@ -135,8 +135,8 @@ namespace Breeze.Wallet
// save the changes to the file and add addresses to be tracked
this.SaveToFile(wallet);
this.LoadKeysLookup();
this.Load(wallet);
this.LoadKeysLookup();
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