diff options
| author | Pieter Wuille <[email protected]> | 2012-02-20 18:32:33 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-02-20 18:32:33 +0100 |
| commit | 0d56f11ada27d8fa60c8f5179917a7c9de4a8c4b (patch) | |
| tree | 71d82e89b1324502e623288bc3f81b2b81da7267 /src/test/sigopcount_tests.cpp | |
| parent | Merge pull request #857 from laanwj/2012_02_fixhelpwindow (diff) | |
| download | discoin-0d56f11ada27d8fa60c8f5179917a7c9de4a8c4b.tar.xz discoin-0d56f11ada27d8fa60c8f5179917a7c9de4a8c4b.zip | |
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 0b0a4a62d..d301313a9 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; |