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

Method CheckAfter

src/script/sign.cpp:459–459  ·  view source on GitHub ↗

Time lock satisfactions.

Source from the content-addressed store, hash-verified

457
458 //! Time lock satisfactions.
459 bool CheckAfter(uint32_t value) const { return m_creator.Checker().CheckLockTime(CScriptNum(value)); }
460 bool CheckOlder(uint32_t value) const { return m_creator.Checker().CheckSequence(CScriptNum(value)); }
461
462 //! Hash preimage satisfactions.

Callers 1

ProduceInputMethod · 0.45

Calls 2

CScriptNumClass · 0.70
CheckLockTimeMethod · 0.45

Tested by

no test coverage detected