Commit 365152b5 authored by Jeremy Bokobza's avatar Jeremy Bokobza Committed by GitHub

Merge pull request #62 from bokobza/master

Small fix for wallet recovery
parents acbb206a bde2409e
......@@ -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