MCPcopy Create free account
hub / github.com/LUX-Core/lux / SequenceLocks

Function SequenceLocks

src/consensus/validation.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149bool SequenceLocks(const CTransaction &tx, int flags, std::vector<int>* prevHeights, const CBlockIndex& block)
150{
151 return EvaluateSequenceLocks(block, CalculateSequenceLocks(tx, flags, prevHeights, block));
152}
153
154bool TestLockPointValidity(const LockPoints* lp)
155{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

EvaluateSequenceLocksFunction · 0.85
CalculateSequenceLocksFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68