Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consortium-v2: move the block timestamp calculation before IsPeriodBlock
IsPeriodBlock uses the block header's timestamp to determine if the block is in new period. So we need to move the block header's timestamp calculation before the logic that calls IsPeriodBlock.
- Loading branch information