Fix tests after 38067c18

This commit is contained in:
Pieter Wuille
2012-02-20 18:32:33 +01:00
parent f7b8f824de
commit 0d56f11ada
5 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ BOOST_AUTO_TEST_CASE(GetSigOpCount)
for (int i = 0; i < 3; i++)
{
CKey k;
k.MakeNewKey();
k.MakeNewKey(true);
keys.push_back(k);
}
CScript s2;