MCPcopy Create free account
hub / github.com/ElementsProject/elements / SequenceLocks

Function SequenceLocks

src/consensus/tx_verify.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool SequenceLocks(const CTransaction &tx, int flags, std::vector<int>& prevHeights, const CBlockIndex& block)
118{
119 return EvaluateSequenceLocks(block, CalculateSequenceLocks(tx, flags, prevHeights, block));
120}
121
122unsigned int GetLegacySigOpCount(const CTransaction& tx)
123{

Callers 2

ConnectBlockMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

EvaluateSequenceLocksFunction · 0.85
CalculateSequenceLocksFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68