mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-07 14:18:18 +02:00
test: Use ECC_Context helper in bench and fuzz tests
This commit is contained in:
@@ -55,7 +55,7 @@ static void TestDescriptor(const Descriptor& desc, FlatSigningProvider& sig_prov
|
||||
|
||||
void initialize_descriptor_parse()
|
||||
{
|
||||
ECC_Start();
|
||||
static ECC_Context ecc_context{};
|
||||
SelectParams(ChainType::MAIN);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user