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

@ -18,7 +18,6 @@
// modified to measure performance of other types of scripts.
static void VerifyScriptBench(benchmark::Bench& bench)
{
const ECCVerifyHandle verify_handle;
ECC_Start();
const uint32_t flags{SCRIPT_VERIFY_WITNESS | SCRIPT_VERIFY_P2SH};