This commit is contained in:
yflory 2017-07-05 16:02:22 +02:00
parent bf17ad3f1e
commit 465ef74f2b
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ types of messages:
}
};
network.on('message', function (msg) {
network.on('message', function (msg, sender) {
if (sender !== network.historyKeeper) { return; }
onAnonMsg(ctx, msg);
});