remove out of date comments

This commit is contained in:
ansuz
2018-07-16 15:45:19 +02:00
parent 8e2ab0b74a
commit 848a918eda
3 changed files with 1 additions and 19 deletions

6
rpc.js
View File

@@ -1357,12 +1357,6 @@ var validateLoginBlock = function (Env, publicKey, signature, block, cb) {
if (!verified) { return void cb("E_COULD_NOT_VERIFY"); }
return void cb(null, u8_block);
// signature 64 bytes
// sign.detached(hash(decodeBase64_content(base64_content)), decodeBase64(publicKey))
// 1 byte version
// base64_content
};
var createLoginBlockPath = function (Env, publicKey) {