diff --git a/rpc.js b/rpc.js index 07d4ae313..33f60a902 100644 --- a/rpc.js +++ b/rpc.js @@ -1475,6 +1475,8 @@ var removeLoginBlock = function (Env, msg, cb) { }); }; +// FIXME METADATA +// since we're changing how metadata works this can lead to false positives var isNewChannel = function (Env, channel, cb) { if (!isValidId(channel)) { return void cb('INVALID_CHAN'); } if (channel.length !== 32) { return void cb('INVALID_CHAN'); }