Skip to content

Commit

Permalink
works
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Feb 12, 2024
1 parent 8da3b0d commit e336fbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol/contracts/L1/TaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ contract TaikoL1 is
TaikoData.State public state;
uint256[100] private __gap;



/// @dev Fallback function to receive Ether from Hooks
receive() external payable {
if (!_inNonReentrant()) revert L1_RECEIVE_DISABLED();
Expand Down

0 comments on commit e336fbd

Please sign in to comment.