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

Method CheckSequence

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

Source from the content-addressed store, hash-verified

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
308//! Context to check for duplicates when instancing a Node.

Callers

nothing calls this directly

Calls 1

GetInt64Method · 0.80

Tested by

no test coverage detected