rpc: minor.
This commit is contained in:
parent
b9cb9c7e7d
commit
6f27b3fa3d
@ -1374,9 +1374,6 @@ RPC.prototype.prioritiseTransaction = co(function* prioritiseTransaction(args, h
|
||||
if (!entry)
|
||||
throw new RPCError('Transaction not in mempool.');
|
||||
|
||||
entry.priDelta += pri;
|
||||
entry.feeDelta += fee;
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user