Skip to content

Commit

Permalink
Remove interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Aug 28, 2024
1 parent bd9935b commit 2daacaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-contracts/contracts/EvmGasManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uint160 constant PRECOMPILES_END = 0xffff;
// Denotes that passGas has been consumed
uint256 constant INF_PASS_GAS = 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff;

contract EvmGasManager is ISystemContract {
contract EvmGasManager {
// We need strust to use `storage` pointers
struct WarmAccountInfo {
bool isWarm;
Expand Down

0 comments on commit 2daacaf

Please sign in to comment.