| 285 | } |
| 286 | |
| 287 | bool CheckSequence(const CScriptNum& sequence) const override { |
| 288 | // Delegate to Satisfier. |
| 289 | return ctx.CheckOlder(sequence.GetInt64()); |
| 290 | } |
| 291 | }; |
| 292 | |
| 293 | using Fragment = miniscript::Fragment; |
nothing calls this directly
no test coverage detected