mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-04 04:45:10 +02:00
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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user