mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
ERC20 review comment fixes
Signed-off-by: renjithkn@gmail.com <renjithkn@gmail.com>
This commit is contained in:
parent
6cdc0bcda5
commit
0af0a83b3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue