Do not use EC code in global constructors

pull/196/head
Pieter Wuille 10 years ago
parent 07a9901703
commit 4c97c64bf6

@ -175,7 +175,6 @@ struct KeyData
}
};
const KeyData keys;
class TestBuilder
{
@ -317,6 +316,8 @@ public:
BOOST_AUTO_TEST_CASE(script_build)
{
const KeyData keys;
std::vector<TestBuilder> good;
std::vector<TestBuilder> bad;

Loading…
Cancel
Save