aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-06-06 10:13:17 -0400
committerMatt Corallo <git@bluematt.me>2017-06-06 15:13:37 -0400
commit40796e1a9d01758ba61d0d68fd05574a4272e4eb (patch)
tree153173392cc352934cfc68f1ccf12798c5af75c0 /src/rpc/client.cpp
parent300f8e7a828f3ffaa3a3e9d979a6dc90f15d0203 (diff)
downloadbitcoin-40796e1a9d01758ba61d0d68fd05574a4272e4eb.tar.xz
Remove references to priority that snuck back in in 870824e9.
The "priority" field should be appropriately marked as a "dummy" value and noted that it is deprecated and will likely be removed.
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r--src/rpc/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index ed83d1da1e..d7eb6b31b2 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -112,7 +112,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "estimaterawfee", 0, "nblocks" },
{ "estimaterawfee", 1, "threshold" },
{ "estimaterawfee", 2, "horizon" },
- { "prioritisetransaction", 1, "priority_delta" },
+ { "prioritisetransaction", 1, "dummy" },
{ "prioritisetransaction", 2, "fee_delta" },
{ "setban", 2, "bantime" },
{ "setban", 3, "absolute" },