Commit 742f056f authored by vicotor's avatar vicotor

update contract

parent 9fe16f6f
...@@ -214,7 +214,7 @@ contract OptimismPortal is Initializable, ResourceMetering, ISemver { ...@@ -214,7 +214,7 @@ contract OptimismPortal is Initializable, ResourceMetering, ISemver {
} }
/// @notice Returns the gas paying token and its decimals. /// @notice Returns the gas paying token and its decimals.
function gasPayingToken() internal view returns (address addr_, uint8 decimals_) { function gasPayingToken() public view returns (address addr_, uint8 decimals_) {
(addr_, decimals_) = systemConfig.gasPayingToken(); (addr_, decimals_) = systemConfig.gasPayingToken();
} }
......
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