File tree Expand file tree Collapse file tree
tools/kernel-bindings-test-handler/Handlers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,17 +175,6 @@ private ScriptVerificationFlags ParseFlagString(string flagStr)
175175 "TAPROOT" => ScriptVerificationFlags . Taproot ,
176176 "ALL" => ScriptVerificationFlags . All ,
177177 "ALL_PRE_TAPROOT" => ScriptVerificationFlags . AllPreTaproot ,
178- // Legacy format support
179- "VERIFY_NONE" => ScriptVerificationFlags . None ,
180- "VERIFY_P2SH" => ScriptVerificationFlags . P2SH ,
181- "VERIFY_DERSIG" => ScriptVerificationFlags . DerSig ,
182- "VERIFY_NULLDUMMY" => ScriptVerificationFlags . NullDummy ,
183- "VERIFY_CHECKLOCKTIMEVERIFY" => ScriptVerificationFlags . CheckLockTimeVerify ,
184- "VERIFY_CHECKSEQUENCEVERIFY" => ScriptVerificationFlags . CheckSequenceVerify ,
185- "VERIFY_WITNESS" => ScriptVerificationFlags . Witness ,
186- "VERIFY_TAPROOT" => ScriptVerificationFlags . Taproot ,
187- "VERIFY_ALL" => ScriptVerificationFlags . All ,
188- "VERIFY_ALL_PRE_TAPROOT" => ScriptVerificationFlags . AllPreTaproot ,
189178 _ => throw new ArgumentException ( $ "Unknown flag: { flagStr } ")
190179 } ;
191180 }
You can’t perform that action at this time.
0 commit comments