mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
test: Use ECC_Context helper in bench and fuzz tests
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
void initialize_key_io()
|
||||
{
|
||||
ECC_Start();
|
||||
static ECC_Context ecc_context{};
|
||||
SelectParams(ChainType::MAIN);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user