Skip to content

Commit

Permalink
fix(protocol): remove receive function from Bridge (#17330)
Browse files Browse the repository at this point in the history
Co-authored-by: Keszey Dániel <[email protected]>
  • Loading branch information
adaki2004 and Keszey Dániel authored May 25, 2024
1 parent af4a53b commit 4ef2847
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/protocol/contracts/bridge/Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ contract Bridge is EssentialContract, IBridge {
_;
}

/// @notice Function to receive Ether.
receive() external payable { }

/// @notice Initializes the contract.
/// @param _owner The owner of this contract. msg.sender will be used if this value is zero.
/// @param _addressManager The address of the {AddressManager} contract.
Expand Down

0 comments on commit 4ef2847

Please sign in to comment.