Merge pull request #277 from cmgustavo/feature/backup-form

Feature/backup form
This commit is contained in:
Mario Colque 2014-05-06 17:55:04 -03:00
commit ad836250f5
3 changed files with 45 additions and 16 deletions

View file

@ -65,6 +65,8 @@ WalletFactory.prototype.fromObj = function(obj) {
}
this.log('### WALLET OPENED:', w.id);
// store imported wallet
w.store();
return w;
};