mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 06:32:33 +01:00
Fix tests after 38067c18
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user