Checks whether previously computed sequence locks are satisfied by a block.
Synopsis
Declared in <consensus/tx_verify.h>
bool
EvaluateSequenceLocks(
CBlockIndex const& block,
std::pair<int, int64_t> lockPair);
Return Value
true if the sequence locks are satisfied for block.
Parameters
Name |
Description |
block |
Block against which the locks are evaluated. |
lockPair |
Height and time pair produced by CalculateSequenceLocks. |
Created with MrDocs