This commit is contained in:
yflory
2017-09-25 11:51:24 +02:00
parent dfdeb7b113
commit 4049931924

View File

@@ -243,7 +243,7 @@ define([
if (msg) { if (msg) {
msg = msg.replace(/^cp\|/, ''); msg = msg.replace(/^cp\|/, '');
var decryptedMsg = crypto.decrypt(msg, secret.keys.validateKey); var decryptedMsg = crypto.decrypt(msg, secret.keys.validateKey);
msgs.push(decryptedMsg) msgs.push(decryptedMsg);
} }
}; };
network.on('message', onMsg); network.on('message', onMsg);