diff options
author | Matt Corallo <git@bluematt.me> | 2017-06-06 10:13:17 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2017-06-06 15:13:37 -0400 |
commit | 40796e1a9d01758ba61d0d68fd05574a4272e4eb (patch) | |
tree | 153173392cc352934cfc68f1ccf12798c5af75c0 /src/rpc/client.cpp | |
parent | 300f8e7a828f3ffaa3a3e9d979a6dc90f15d0203 (diff) |
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.cpp | 2 |
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" }, |