mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-03 11:43:04 +02:00
fuzz: Add missing ECC_Start to descriptor_parse test
This commit is contained in:
parent
d67883d01e
commit
5cafe2b25c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user