minor: lint.
This commit is contained in:
parent
e6d41d3335
commit
a986a4c6b8
@ -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"');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user