From 471a9a33ac3b57163bb7b0e0aa3e14cb870a7fc2 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 12 Oct 2020 17:51:38 +0530 Subject: [PATCH] take note of a minor error with pin RPCs --- lib/commands/pin-rpc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands/pin-rpc.js b/lib/commands/pin-rpc.js index a6f1642c6..8b111438d 100644 --- a/lib/commands/pin-rpc.js +++ b/lib/commands/pin-rpc.js @@ -114,6 +114,7 @@ Pinning.getTotalSize = function (Env, safeKey, cb) { /* Users should be able to clear their own pin log with an authenticated RPC */ Pinning.removePins = function (Env, safeKey, cb) { + // FIXME respect the queue Env.pinStore.removeChannel(safeKey, function (err) { Env.Log.info('DELETION_PIN_BY_OWNER_RPC', { safeKey: safeKey,