mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-28 18:19:31 +01: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:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user