Addressbook on SendPage

This commit is contained in:
Gustavo Cortez 2014-06-18 01:00:32 -03:00
commit f5aad7bd15
6 changed files with 184 additions and 4 deletions

View file

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