Skip to content

Commit

Permalink
fix(RNSCommission): fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Jun 5, 2024
1 parent d097c49 commit b706102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/INSCommission.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface INSCommission {
}

/// @dev Emitted when all the commission info is updated.
event CommissionsUpdated(address indexed updatedBy, Commission[] commissionInfo);
event CommissionsUpdated(address indexed updatedBy, Commission[] commissionInfos);
/// @dev Emitted when specific commission info is updated.
event CommissionInfoUpdated(
address indexed updatedBy, address payable newRecipient, string name, uint256 indexed commissionIdx
Expand Down

0 comments on commit b706102

Please sign in to comment.