remove isInbound and use mailbox ts
This commit is contained in:
parent
24a4be065a
commit
439bd3c44f
2 changed files with 21 additions and 17 deletions
|
|
@ -216,7 +216,7 @@ Network.prototype._onMessage = function(enc) {
|
|||
this._addConnectedCopayer(payload.copayerId);
|
||||
break;
|
||||
default:
|
||||
this.emit('data', sender, payload);
|
||||
this.emit('data', sender, payload, enc.ts);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue