Fix #269: save wallet when restoring a backup
This commit is contained in:
parent
c46e7bf2d1
commit
b7ed2798fb
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ WalletFactory.prototype.fromObj = function(obj) {
|
|||
}
|
||||
this.log('### WALLET OPENED:', w.id);
|
||||
|
||||
// store imported wallet
|
||||
w.store();
|
||||
return w;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue