MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / CheckSequence

Method CheckSequence

src/test/miniscript_tests.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 bool CheckSequence(const CScriptNum& sequence) const override {
288 // Delegate to Satisfier.
289 return ctx.CheckOlder(sequence.GetInt64());
290 }
291};
292
293using Fragment = miniscript::Fragment;

Callers

nothing calls this directly

Calls 2

GetInt64Method · 0.80
CheckOlderMethod · 0.45

Tested by

no test coverage detected