We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ce88e commit 55a2c50Copy full SHA for 55a2c50
contracts/src/bridge/FastBridgeReceiverOnEthereum.sol
@@ -39,7 +39,7 @@ contract FastBridgeReceiverOnEthereum is SafeBridgeReceiverOnEthereum, IFastBrid
39
40
uint256 public immutable deposit; // The deposit required to submit a claim or challenge
41
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.
+ uint256 public immutable override epochPeriod; // Epochs mark the period between potential batches of messages.
43
44
mapping(uint256 => bytes32) public fastInbox; // epoch => validated batch merkle root(optimistically, or challenged and verified with the safe bridge)
45
mapping(uint256 => Claim) public claims; // epoch => claim
0 commit comments