mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
refactor: use named args when ScriptToUniv or TxToUniv are invoked
This commit is contained in:
@@ -800,7 +800,7 @@ RPCHelpMan gettransaction()
|
||||
|
||||
if (verbose) {
|
||||
UniValue decoded(UniValue::VOBJ);
|
||||
TxToUniv(*wtx.tx, uint256(), decoded, false);
|
||||
TxToUniv(*wtx.tx, /*block_hash=*/uint256(), /*entry=*/decoded, /*include_hex=*/false);
|
||||
entry.pushKV("decoded", decoded);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user