mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
fuzz: Add missing ECC_Start to descriptor_parse test
This commit is contained in:
parent
d67883d01e
commit
5cafe2b25c
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue