Skip to content

Commit 2fca6c2

Browse files
committed
rpc: changed prioritisation-map -> ""
prioritisation-map gets eaten by the help generator to be "" so we are setting to "" to begin with
1 parent 3a118e1 commit 2fca6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/mining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ static RPCHelpMan getprioritisedtransactions()
487487
"Returns a map of all user-created (see prioritisetransaction) fee deltas by txid, and whether the tx is present in mempool.",
488488
{},
489489
RPCResult{
490-
RPCResult::Type::OBJ_DYN, "prioritisation-map", "prioritisation keyed by txid",
490+
RPCResult::Type::OBJ_DYN, "", "prioritisation keyed by txid",
491491
{
492492
{RPCResult::Type::OBJ, "txid", "", {
493493
{RPCResult::Type::NUM, "fee_delta", "transaction fee delta in satoshis"},

0 commit comments

Comments
 (0)