mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
test: Use ECC_Context helper in bench and fuzz tests
This commit is contained in:
parent
538fedde1d
commit
28905c1a64
15 changed files with 15 additions and 25 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
void initialize_script_sign()
|
||||
{
|
||||
ECC_Start();
|
||||
static ECC_Context ecc_context{};
|
||||
SelectParams(ChainType::REGTEST);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue