Skip to content

Commit 252a867

Browse files
committed
rpc: renaming txid -> transactionid
renamed to transactionid because it is named this way in getrawmempool and getmempoolancestors
1 parent 2fca6c2 commit 252a867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/mining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ static RPCHelpMan getprioritisedtransactions()
489489
RPCResult{
490490
RPCResult::Type::OBJ_DYN, "", "prioritisation keyed by txid",
491491
{
492-
{RPCResult::Type::OBJ, "txid", "", {
492+
{RPCResult::Type::OBJ, "<transactionid>", "", {
493493
{RPCResult::Type::NUM, "fee_delta", "transaction fee delta in satoshis"},
494494
{RPCResult::Type::BOOL, "in_mempool", "whether this transaction is currently in mempool"},
495495
}}

0 commit comments

Comments
 (0)