Skip to content

Commit

Permalink
Chore: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Oct 7, 2023
1 parent 0a85d1c commit d18ec89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts-core/contracts/GasOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ contract GasOracle is MessagingBase, GasOracleEvents, InterfaceGasOracle {
function setSummitTip(uint256 summitTipWei_) external onlyOwner {
if (summitTipWei_ > MAX_SUMMIT_TIP) revert SummitTipTooHigh();
summitTipWei = summitTipWei_;
// TODO: emit event
}

Check notice

Code scanning / Slither

Missing events arithmetic Low


/// @inheritdoc InterfaceGasOracle
Expand Down

0 comments on commit d18ec89

Please sign in to comment.