From 6f27b3fa3d7c0f4b3bf41c56b216ff236706584e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 13 Mar 2017 22:27:12 -0700 Subject: [PATCH] rpc: minor. --- lib/http/rpc.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/http/rpc.js b/lib/http/rpc.js index f1750467..3b6d51e1 100644 --- a/lib/http/rpc.js +++ b/lib/http/rpc.js @@ -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; });