Update TokenERC20Contract.java

Updated the file to fix review comments

Signed-off-by: renjithkn@gmail.com <renjithkn@gmail.com>
This commit is contained in:
renjithpta 2022-01-31 13:38:45 +00:00 committed by renjithkn@gmail.com
parent efe232f5a5
commit 5f7909e48d

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
* @returns Returns the symbol of the token
*/