Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
zkbenny committed Apr 2, 2024
1 parent 545a8f7 commit ffaaecc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contracts/Arbitrator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ import {FeeParams} from "./zksync/l1-contracts/zksync/Storage.sol";
contract Arbitrator is IArbitrator, OwnableUpgradeable, UUPSUpgradeable, ReentrancyGuardUpgradeable {
using DoubleEndedQueueUpgradeable for DoubleEndedQueueUpgradeable.Bytes32Deque;

struct GatewayAdapterParams {
IL1Gateway gateway;
bytes adapterParams;
}

/// @dev The gateway for sending message from ethereum to primary chain
IL1Gateway public primaryChainGateway;
/// @dev The gateway for sending message from ethereum to secondary chain
Expand Down

0 comments on commit ffaaecc

Please sign in to comment.