diff --git a/src/BlockRootOracle.sol b/src/BlockRootOracle.sol index 719cd1f..4d3e06d 100644 --- a/src/BlockRootOracle.sol +++ b/src/BlockRootOracle.sol @@ -39,7 +39,7 @@ contract BlockRootOracle is AccessControl, ICommitmentValidator { /// @notice The current consensus state of the beacon chain /// @dev Updated atomically through state transitions to ensure consistency - ConsensusState private currentState; + ConsensusState public currentState; bytes32 public imageID;