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

Method CheckLockTime

src/test/miniscript_tests.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 bool CheckLockTime(const CScriptNum& locktime) const override {
283 // Delegate to Satisfier.
284 return ctx.CheckAfter(locktime.GetInt64());
285 }
286
287 bool CheckSequence(const CScriptNum& sequence) const override {
288 // Delegate to Satisfier.

Callers

nothing calls this directly

Calls 2

GetInt64Method · 0.80
CheckAfterMethod · 0.45

Tested by

no test coverage detected