Skip to content

Commit

Permalink
chore: fix natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Jan 15, 2025
1 parent 4aaf5c5 commit 7e13229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/Cross-chain/BaseOmnichainControllerSrc.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ contract BaseOmnichainControllerSrc is Ownable, Pausable {
* @notice Emitted when the maximum daily limit of commands from the local chain is modified
*/
event SetMaxDailyLimit(uint16 indexed chainId, uint256 oldMaxLimit, uint256 newMaxLimit);
/*

/**
* @notice Emitted when the address of ACM is updated
*/
event NewAccessControlManager(address indexed oldAccessControlManager, address indexed newAccessControlManager);
Expand Down

0 comments on commit 7e13229

Please sign in to comment.