From a986a4c6b84f0b6bdf180c8827fdeff639c28379 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 14 Mar 2017 05:29:41 -0700 Subject: [PATCH] minor: lint. --- lib/http/rpc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/http/rpc.js b/lib/http/rpc.js index 73cab0ff..8dc51f00 100644 --- a/lib/http/rpc.js +++ b/lib/http/rpc.js @@ -2012,7 +2012,6 @@ RPC.prototype.estimateSmartPriority = co(function* estimateSmartPriority(args, h RPC.prototype.invalidateBlock = co(function* invalidateBlock(args, help) { var valid = new Validator([args]); var hash = valid.hash(0); - var entry; if (help || args.length !== 1) throw new RPCError('invalidateblock "hash"');