mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 08:32:30 +01:00
test: Use ECC_Context helper in bench and fuzz tests
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
void initialize_script_sign()
|
||||
{
|
||||
ECC_Start();
|
||||
static ECC_Context ecc_context{};
|
||||
SelectParams(ChainType::REGTEST);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user