remove isInbound and use mailbox ts

This commit is contained in:
Manuel Araoz 2014-08-26 13:58:06 -03:00
commit 439bd3c44f
2 changed files with 21 additions and 17 deletions

View file

@ -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);
}
};