historic sync working yay :D
This commit is contained in:
parent
86a4ce96ad
commit
789388af3c
3 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue