mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
fuzz: Add missing ECC_Start to key_io test
This commit is contained in:
parent
58c72880ff
commit
bbbbb53dd1
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@
|
||||||
|
|
||||||
void initialize()
|
void initialize()
|
||||||
{
|
{
|
||||||
SelectParams(CBaseChainParams::REGTEST);
|
static const ECCVerifyHandle verify_handle;
|
||||||
|
ECC_Start();
|
||||||
|
SelectParams(CBaseChainParams::MAIN);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_one_input(const std::vector<uint8_t>& buffer)
|
void test_one_input(const std::vector<uint8_t>& buffer)
|
||||||
|
|
Loading…
Add table
Reference in a new issue