Skip to content

Commit

Permalink
Remove dead variable
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Nov 26, 2023
1 parent 82a827a commit 1923e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/L2ForkArbitrator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ contract L2ForkArbitrator is MoneyBoxUser, IBridgeMessageReceiver {
L1GlobalForkRequester public l1globalForkRequester;

uint256 public disputeFee; // Normally dispute fee should generally only go down in a fork
uint256 public chainId;

constructor(IRealityETH _realitio, L2ChainInfo _chainInfo, L1GlobalForkRequester _l1globalForkRequester, uint256 _initialDisputeFee) {
realitio = _realitio;
Expand Down

0 comments on commit 1923e65

Please sign in to comment.