Skip to content

Commit

Permalink
remove moot check
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlacs committed Aug 1, 2022
1 parent 5f79a88 commit 2631e1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/bridge/Inbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ contract Inbox is DelegateCallAware, PausableUpgradeable, IInbox {
initializer
onlyDelegated
{
if (address(bridge) != address(0)) revert AlreadyInit();
bridge = _bridge;
sequencerInbox = _sequencerInbox;
allowListEnabled = false;
Expand Down

0 comments on commit 2631e1e

Please sign in to comment.