0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -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:
kevkevin 2023-11-13 13:39:29 -06:00
parent 3a118e19e1
commit 2fca6c2dd0
No known key found for this signature in database
GPG key ID: B4346A15246A925D

View file

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