rpc: minor.

This commit is contained in:
Christopher Jeffrey 2017-03-13 22:27:12 -07:00
parent b9cb9c7e7d
commit 6f27b3fa3d
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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;
});