Skip to content

Commit

Permalink
Revert "P2SH tests: Avoid using bare multisig outputs"
Browse files Browse the repository at this point in the history
This reverts commit 399b1b7.
  • Loading branch information
luke-jr committed Jun 14, 2024
1 parent 19421fd commit da5f9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/script_p2sh_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ BOOST_AUTO_TEST_CASE(set)
txTo[i].vin[0].prevout.n = i;
txTo[i].vin[0].prevout.hash = txFrom.GetHash();
txTo[i].vout[0].nValue = 1*CENT;
txTo[i].vout[0].scriptPubKey = outer[i];
txTo[i].vout[0].scriptPubKey = inner[i];
}
for (int i = 0; i < 4; i++)
{
Expand Down

0 comments on commit da5f9a5

Please sign in to comment.