fix timestamp method
This commit is contained in:
parent
981c56f091
commit
477875d309
2 changed files with 1 additions and 2 deletions
|
|
@ -318,7 +318,7 @@ Wallet.prototype._onAddressBook = function(senderId, data, isInbound) {
|
|||
|
||||
|
||||
Wallet.prototype.updateTimestamp = function() {
|
||||
this.lastTimestamp = microtime.now();
|
||||
this.lastTimestamp = new Date().getTime() * 1000;
|
||||
};
|
||||
|
||||
Wallet.prototype._onData = function(senderId, data, isInbound) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue