correct an inaccurate comment

pull/1/head
ansuz 3 years ago
parent e4879b5117
commit 375bf7a62e

@ -133,8 +133,7 @@ var factory = function (Util, Rpc) {
exp.removeOwnedChannel = function (channel, cb) { exp.removeOwnedChannel = function (channel, cb) {
if (typeof(channel) !== 'string' || [32,48].indexOf(channel.length) === -1) { if (typeof(channel) !== 'string' || [32,48].indexOf(channel.length) === -1) {
// can't use this on files because files can't be owned... console.error('invalid channel to remove', channel);
console.error('invalid channel to unpin', channel);
return void cb('INVALID_ARGUMENTS'); return void cb('INVALID_ARGUMENTS');
} }
rpc.send('REMOVE_OWNED_CHANNEL', channel, function (e, response) { rpc.send('REMOVE_OWNED_CHANNEL', channel, function (e, response) {

Loading…
Cancel
Save