| 147 | } |
| 148 | |
| 149 | bool 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 | |
| 154 | bool TestLockPointValidity(const LockPoints* lp) |
| 155 | { |