rpc: renaming txid -> transactionid

renamed to transactionid because it is named this way in getrawmempool
and getmempoolancestors
This commit is contained in:
kevkevin 2024-01-08 19:01:45 -06:00
parent 2fca6c2dd0
commit 252a86729a
No known key found for this signature in database
GPG Key ID: B4346A15246A925D

View File

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