mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 6e4d18f37f into merged_master (Bitcoin PR bitcoin/bitcoin#29496)
This commit is contained in:
commit
47d5b97abe
12 changed files with 58 additions and 35 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue