Skip to content

Commit

Permalink
Revert "Fix ArbWASM precompile minInitGas() method return types"
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower authored Sep 6, 2024
1 parent dc9ac2a commit 63a8d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/precompiles/ArbWasm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ interface ArbWasm {
/// @notice Gets the minimum costs to invoke a program
/// @return gas amount of gas in increments of 256 when not cached
/// @return cached amount of gas in increments of 64 when cached
function minInitGas() external view returns (uint64 gas, uint64 cached);
function minInitGas() external view returns (uint8 gas, uint8 cached);

/// @notice Gets the linear adjustment made to program init costs.
/// @return percent the adjustment (100% = no adjustment).
Expand Down

0 comments on commit 63a8d60

Please sign in to comment.