Merge 07c54de550 into merged_master (Bitcoin PR bitcoin/bitcoin#26691)

This commit is contained in:
Byron Hambly 2025-04-02 09:34:35 +02:00
commit e9d7ca4858
30 changed files with 59 additions and 174 deletions

View file

@ -26,7 +26,6 @@
void initialize_script_sign()
{
static const ECCVerifyHandle ecc_verify_handle;
ECC_Start();
SelectParams(CBaseChainParams::REGTEST);
}