P2SH tests: Avoid using bare multisig outputs

This commit is contained in:
Luke Dashjr 2014-03-24 03:18:02 +00:00
parent 1a42c55140
commit c505d5abab

View File

@ -195,7 +195,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 = inner[i];
txTo[i].vout[0].scriptPubKey = outer[i];
}
for (int i = 0; i < 4; i++)
{