Merge 6e4d18f37f into merged_master (Bitcoin PR bitcoin/bitcoin#29496)

This commit is contained in:
Tom Trevethan 2026-02-26 00:37:21 +00:00
commit 47d5b97abe
12 changed files with 58 additions and 35 deletions

View file

@ -286,7 +286,7 @@ BOOST_FIXTURE_TEST_CASE(version3_tests, RegTestingSetup)
script_multisig << OP_2 << OP_CHECKMULTISIG;
{
CMutableTransaction mtx_many_sigops = CMutableTransaction{};
mtx_many_sigops.nVersion = 3;
mtx_many_sigops.nVersion = TRUC_VERSION;
mtx_many_sigops.witness.vtxinwit.resize(multisig_outpoints.size()); // ELEMENTS
for (const auto& outpoint : multisig_outpoints) {
mtx_many_sigops.vin.emplace_back(outpoint);