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

Method CheckLockTime

src/test/fuzz/miniscript.cpp:304–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 return std::ranges::equal(it->second.first, sig);
303 }
304 bool CheckLockTime(const CScriptNum& nLockTime) const override { return nLockTime.GetInt64() & 1; }
305 bool CheckSequence(const CScriptNum& nSequence) const override { return nSequence.GetInt64() & 1; }
306} CHECKER_CTX;
307

Callers

nothing calls this directly

Calls 1

GetInt64Method · 0.80

Tested by

no test coverage detected