mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Do not use EC code in global constructors
This commit is contained in:
parent
07a9901703
commit
4c97c64bf6
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue