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.
This commit is contained in:
Matt Corallo
2017-06-06 10:13:17 -04:00
parent 300f8e7a82
commit 40796e1a9d
2 changed files with 6 additions and 5 deletions

View File

@@ -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" },