Merge pull request #277 from cmgustavo/feature/backup-form
Feature/backup form
This commit is contained in:
commit
ad836250f5
3 changed files with 45 additions and 16 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