diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-02-20 18:32:33 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-02-20 18:32:33 +0100 |
commit | 0d56f11ada27d8fa60c8f5179917a7c9de4a8c4b (patch) | |
tree | 71d82e89b1324502e623288bc3f81b2b81da7267 /src/test/sigopcount_tests.cpp | |
parent | f7b8f824de1f5d4671d2ba2ee4b823df00b4e0f6 (diff) |
Fix tests after 38067c18
Diffstat (limited to 'src/test/sigopcount_tests.cpp')
-rw-r--r-- | src/test/sigopcount_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/sigopcount_tests.cpp b/src/test/sigopcount_tests.cpp index 0b0a4a62d8..d301313a9d 100644 --- a/src/test/sigopcount_tests.cpp +++ b/src/test/sigopcount_tests.cpp @@ -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; |