Minor comment change

This commit is contained in:
Thrilok Kumar 2021-03-23 03:44:39 +05:30
parent 46a7ec1df4
commit ee3905aa57

View File

@ -76,7 +76,7 @@ contract TokenDelegate is TokenDelegateStorageV1, TokenEvents {
}
/**
* @notice Pause the token transfer
* @notice Token name and symbol change
*/
// TODO @KaymasJain - Looks good? And should we have two functions or single?
function changeNameAndSymbol(string calldata name_, string calldata symbol_) external {