| 108 | static void VerifyScriptP2WPKH(benchmark::Bench& bench) { VerifyScriptBench(bench, ScriptType::P2WPKH); } |
| 109 | static void VerifyScriptP2TR_KeyPath(benchmark::Bench& bench) { VerifyScriptBench(bench, ScriptType::P2TR_KeyPath); } |
| 110 | static void VerifyScriptP2TR_ScriptPath(benchmark::Bench& bench) { VerifyScriptBench(bench, ScriptType::P2TR_ScriptPath); } |
| 111 | |
| 112 | static void VerifyNestedIfScript(benchmark::Bench& bench) |
| 113 | { |
nothing calls this directly
no test coverage detected