| 973 | } |
| 974 | |
| 975 | bool SequenceLocks(const CTransaction &tx, int flags, std::vector<int>* prevHeights, const CBlockIndex& block) |
| 976 | { |
| 977 | return EvaluateSequenceLocks(block, CalculateSequenceLocks(tx, flags, prevHeights, block)); |
| 978 | } |
| 979 | |
| 980 | bool TestLockPointValidity(const LockPoints* lp) |
| 981 | { |