Skip to content

Commit

Permalink
del receive func
Browse files Browse the repository at this point in the history
  • Loading branch information
zkJoaquin committed Feb 4, 2024
1 parent 9e3e7ab commit d97db02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/gateway/zkpolygon/ZkPolygonL1Gateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ contract ZkPolygonL1Gateway is IZkPolygonGateway, L1BaseGateway, BaseGateway {
/// @dev Used to indicate that zkSync L2 -> L1 message was already processed
mapping(uint256 => mapping(uint256 => bool)) public isMessageFinalized;

/// @dev Receive eth from ZkPolygon canonical bridge
receive() external payable {}

function initialize(IArbitrator _arbitrator, IZkPolygon _messageService) external initializer {
__L1BaseGateway_init(_arbitrator);
__BaseGateway_init();
Expand Down

0 comments on commit d97db02

Please sign in to comment.