Commit 501068fd authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Update packages/contracts-bedrock/contracts/L1/SystemConfig.sol

Co-authored-by: default avatarsmartcontracts <kelvin@optimism.io>
parent bf4039b1
...@@ -267,7 +267,7 @@ contract SystemConfig is OwnableUpgradeable, Semver { ...@@ -267,7 +267,7 @@ contract SystemConfig is OwnableUpgradeable, Semver {
* @notice An internal setter for the resource config. Ensures that the * @notice An internal setter for the resource config. Ensures that the
* config is sane before storing it by checking for invariants. * config is sane before storing it by checking for invariants.
* *
* @param _config The new resource config * @param _config The new resource config.
*/ */
function _setResourceConfig(ResourceMetering.ResourceConfig memory _config) internal { function _setResourceConfig(ResourceMetering.ResourceConfig memory _config) internal {
// min base fee must be less than or equal to max base fee // min base fee must be less than or equal to max base fee
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment