Commit 8e477377 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: docstring

parent f3654da7
...@@ -209,6 +209,8 @@ contract OptimismPortal is Initializable, ResourceMetering, Semver { ...@@ -209,6 +209,8 @@ contract OptimismPortal is Initializable, ResourceMetering, Semver {
/** /**
* @notice Getter for the resource config. Used internally by the ResourceMetering * @notice Getter for the resource config. Used internally by the ResourceMetering
* contract. The SystemConfig is the source of truth for the resource config. * contract. The SystemConfig is the source of truth for the resource config.
*
* @return ResourceMetering.ResourceConfig
*/ */
function _resourceConfig() internal view override returns (ResourceMetering.ResourceConfig memory) { function _resourceConfig() internal view override returns (ResourceMetering.ResourceConfig memory) {
return SYSTEM_CONFIG.resourceConfig(); return SYSTEM_CONFIG.resourceConfig();
......
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