mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
rpc: changed prioritisation-map -> ""
prioritisation-map gets eaten by the help generator to be "" so we are setting to "" to begin with
This commit is contained in:
parent
3a118e19e1
commit
2fca6c2dd0
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ static RPCHelpMan getprioritisedtransactions()
|
||||||
"Returns a map of all user-created (see prioritisetransaction) fee deltas by txid, and whether the tx is present in mempool.",
|
"Returns a map of all user-created (see prioritisetransaction) fee deltas by txid, and whether the tx is present in mempool.",
|
||||||
{},
|
{},
|
||||||
RPCResult{
|
RPCResult{
|
||||||
RPCResult::Type::OBJ_DYN, "prioritisation-map", "prioritisation keyed by txid",
|
RPCResult::Type::OBJ_DYN, "", "prioritisation keyed by txid",
|
||||||
{
|
{
|
||||||
{RPCResult::Type::OBJ, "txid", "", {
|
{RPCResult::Type::OBJ, "txid", "", {
|
||||||
{RPCResult::Type::NUM, "fee_delta", "transaction fee delta in satoshis"},
|
{RPCResult::Type::NUM, "fee_delta", "transaction fee delta in satoshis"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue