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

Function SequenceLocks

src/consensus/tx_verify.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107bool SequenceLocks(const CTransaction &tx, int flags, std::vector<int>& prevHeights, const CBlockIndex& block)
108{
109 return EvaluateSequenceLocks(block, CalculateSequenceLocks(tx, flags, prevHeights, block));
110}
111
112unsigned int GetLegacySigOpCount(const CTransaction& tx)
113{

Callers 2

ConnectBlockMethod · 0.85
TestBasicMiningMethod · 0.85

Calls 2

EvaluateSequenceLocksFunction · 0.85
CalculateSequenceLocksFunction · 0.85

Tested by 1

TestBasicMiningMethod · 0.68