Fix rpc
This commit is contained in:
parent
bf17ad3f1e
commit
465ef74f2b
@ -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);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user