Skip to content

Commit

Permalink
remove unneeded cooment
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Sep 19, 2024
1 parent 7aaf2ce commit c893553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion l1-contracts/contracts/bridge/L2SharedBridgeLegacy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ contract L2SharedBridgeLegacy is IL2SharedBridgeLegacy, Initializable {

/// @notice Initializes the bridge contract for later use. Expected to be used in the proxy.
/// @param _l1SharedBridge The address of the L1 Bridge contract.
/// @param _l1Bridge The address of the legacy L1 Bridge contract.
/// @param _l2TokenProxyBytecodeHash The bytecode hash of the proxy for tokens deployed by the bridge.
/// @param _aliasedOwner The address of the governor contract.
function initialize(
Expand Down

0 comments on commit c893553

Please sign in to comment.