test: Use ECC_Context helper in bench and fuzz tests

This commit is contained in:
Ryan Ofsky 2024-05-07 08:54:19 -04:00 committed by TheCharlatan
parent 538fedde1d
commit 28905c1a64
No known key found for this signature in database
GPG key ID: 9B79B45691DB4173
15 changed files with 15 additions and 25 deletions

View file

@ -26,7 +26,7 @@
void initialize_script_sign()
{
ECC_Start();
static ECC_Context ecc_context{};
SelectParams(ChainType::REGTEST);
}