historic sync working yay :D

This commit is contained in:
Manuel Araoz 2014-08-19 11:18:38 -04:00
commit 789388af3c
3 changed files with 5 additions and 3 deletions

View file

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