mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-14 01:48:07 +02:00
fuzz: Add missing ECC_Start to descriptor_parse test
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
void initialize()
|
||||
{
|
||||
static const ECCVerifyHandle verify_handle;
|
||||
SelectParams(CBaseChainParams::REGTEST);
|
||||
ECC_Start();
|
||||
SelectParams(CBaseChainParams::MAIN);
|
||||
}
|
||||
|
||||
void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
|
Reference in New Issue
Block a user