intermediate screen backup

This commit is contained in:
Manuel Araoz 2014-06-25 17:14:12 -03:00
commit 1639b796cf
6 changed files with 58 additions and 20 deletions

View file

@ -99,6 +99,7 @@ WalletFactory.prototype.read = function(walletId) {
obj.txProposals = s.get(walletId, 'txProposals');
obj.privateKey = s.get(walletId, 'privateKey');
obj.addressBook = s.get(walletId, 'addressBook');
obj.backupOffered = s.get(walletId, 'backupOffered');
var w = this.fromObj(obj);
return w;