From 2fca6c2dd03c3955d86efb0b8d2a7961e42115fd Mon Sep 17 00:00:00 2001 From: kevkevin Date: Mon, 13 Nov 2023 13:39:29 -0600 Subject: [PATCH] rpc: changed prioritisation-map -> "" prioritisation-map gets eaten by the help generator to be "" so we are setting to "" to begin with --- src/rpc/mining.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 76170c32018..2f1872c29b9 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -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.", {}, 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::NUM, "fee_delta", "transaction fee delta in satoshis"},