Skip to content

Commit 55a2c50

Browse files
fix: override view funciton
1 parent 77ce88e commit 55a2c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/bridge/FastBridgeReceiverOnEthereum.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ contract FastBridgeReceiverOnEthereum is SafeBridgeReceiverOnEthereum, IFastBrid
3939

4040
uint256 public immutable deposit; // The deposit required to submit a claim or challenge
4141
uint256 public immutable genesis; // Marks the beginning of the first epoch.
42-
uint256 public immutable epochPeriod; // Epochs mark the period between potential batches of messages.
42+
uint256 public immutable override epochPeriod; // Epochs mark the period between potential batches of messages.
4343

4444
mapping(uint256 => bytes32) public fastInbox; // epoch => validated batch merkle root(optimistically, or challenged and verified with the safe bridge)
4545
mapping(uint256 => Claim) public claims; // epoch => claim

0 commit comments

Comments
 (0)