mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-28 14:07:42 +02:00
rpc: renaming txid -> transactionid
renamed to transactionid because it is named this way in getrawmempool and getmempoolancestors
This commit is contained in:
@@ -489,7 +489,7 @@ static RPCHelpMan getprioritisedtransactions()
|
||||
RPCResult{
|
||||
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::BOOL, "in_mempool", "whether this transaction is currently in mempool"},
|
||||
}}
|
||||
|
Reference in New Issue
Block a user