diff --git a/src/subnet/SubnetActorManagerFacet.sol b/src/subnet/SubnetActorManagerFacet.sol index 9763f4e3b..6c6b2debf 100644 --- a/src/subnet/SubnetActorManagerFacet.sol +++ b/src/subnet/SubnetActorManagerFacet.sol @@ -45,7 +45,7 @@ contract SubnetActorManagerFacet is ISubnetActor, SubnetActorModifiers, Reentran // the checkpoint height must be equal to the last bottom-up checkpoint height or // the next one if ( - checkpoint.blockHeight != s.lastBottomUpCheckpointHeight + s.bottomUpCheckPeriod || + checkpoint.blockHeight != s.lastBottomUpCheckpointHeight + s.bottomUpCheckPeriod && checkpoint.blockHeight != s.lastBottomUpCheckpointHeight ) { revert InvalidCheckpointEpoch();