Merge 6300438a2e into merged_master (Bitcoin PR bitcoin/bitcoin#30115)

This commit is contained in:
Tom Trevethan 2026-02-23 23:41:30 +00:00
commit b64d8b87c8
26 changed files with 162 additions and 162 deletions

View file

@ -434,7 +434,7 @@ public:
wit.push_back(HexStr(scriptWitness.stack[i]));
}
wit.push_back(ValueFromAmount(nValue));
array.push_back(wit);
array.push_back(std::move(wit));
}
array.push_back(FormatScript(spendTx.vin[0].scriptSig));
array.push_back(FormatScript(creditTx->vout[0].scriptPubKey));