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

Method CheckSequence

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

Source from the content-addressed store, hash-verified

947 bool CheckSchnorrSignature(std::span<const unsigned char> sig, std::span<const unsigned char> pubkey, SigVersion sigversion, ScriptExecutionData& execdata, ScriptError* serror) const override { return sig.size() != 0; }
948 bool CheckLockTime(const CScriptNum& nLockTime) const override { return true; }
949 bool CheckSequence(const CScriptNum& nSequence) const override { return true; }
950};
951}
952

Callers 1

CheckOlderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected