minor: lint.

This commit is contained in:
Christopher Jeffrey 2017-03-14 05:29:41 -07:00
parent e6d41d3335
commit a986a4c6b8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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"');