Merge branch 'staging' into newdrive

This commit is contained in:
yflory
2017-09-25 17:35:06 +02:00
19 changed files with 105 additions and 92 deletions

View File

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