ERC20 review comment fixes

Signed-off-by: renjithkn@gmail.com <renjithkn@gmail.com>
This commit is contained in:
renjithkn@gmail.com 2022-01-31 15:03:08 +00:00
parent 6cdc0bcda5
commit 0af0a83b3f

View file

@ -57,7 +57,7 @@ public final class TokenERC20Contract implements ContractInterface {
} }
/** /**
* @Desc Return the symbol of the token. E.g. “HIXâ€??. * @Desc Return the symbol of the token. E.g. âœHIXâ??.
* @param ctx the transaction context * @param ctx the transaction context
* @returns Returns the symbol of the token * @returns Returns the symbol of the token
*/ */