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

Method CheckOlder

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

Source from the content-addressed store, hash-verified

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.
463 miniscript::Availability SatSHA256(const std::vector<unsigned char>& hash, std::vector<unsigned char>& preimage) const {

Callers 1

ProduceInputMethod · 0.45

Calls 2

CScriptNumClass · 0.70
CheckSequenceMethod · 0.45

Tested by

no test coverage detected