mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 18:09:47 +01:00
rpc: renaming txid -> transactionid
renamed to transactionid because it is named this way in getrawmempool and getmempoolancestors
This commit is contained in:
parent
2fca6c2dd0
commit
252a86729a
@ -489,7 +489,7 @@ static RPCHelpMan getprioritisedtransactions()
|
|||||||
RPCResult{
|
RPCResult{
|
||||||
RPCResult::Type::OBJ_DYN, "", "prioritisation keyed by txid",
|
RPCResult::Type::OBJ_DYN, "", "prioritisation keyed by txid",
|
||||||
{
|
{
|
||||||
{RPCResult::Type::OBJ, "txid", "", {
|
{RPCResult::Type::OBJ, "<transactionid>", "", {
|
||||||
{RPCResult::Type::NUM, "fee_delta", "transaction fee delta in satoshis"},
|
{RPCResult::Type::NUM, "fee_delta", "transaction fee delta in satoshis"},
|
||||||
{RPCResult::Type::BOOL, "in_mempool", "whether this transaction is currently in mempool"},
|
{RPCResult::Type::BOOL, "in_mempool", "whether this transaction is currently in mempool"},
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user