Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contracts/TransmitManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {FEES_UPDATE_SIG_IDENTIFIER} from "./utils/SigIdentifiers.sol";

/**
* @title TransmitManager
* @notice The TransmitManager contract managers transmitter which facilitates communication between chains
* @dev This contract is responsible access control of transmitters and their fees
* @notice The TransmitManager contract manages transmitters which facilitate communication between chains
* @dev This contract is responsible for access control of transmitters and their fees
* @dev This contract inherits AccessControlExtended which extends access control
* @dev The transmission fees is collected in execution manager which can be pulled from it when needed
*/
Expand Down