Skip to content

Commit 17b1ac4

Browse files
authored
Merge pull request #895 from etienne-napoleone/patch-1
docs: update token info response
2 parents 48bec69 + b753b78 commit 17b1ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cw20/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Attributes emitted:
5656
Return type is `BalanceResponse{balance}`.
5757

5858
`TokenInfo{}` - Returns the token info of the contract. Return type is
59-
`TokenInfoResponse{name, symbol, decimal, total_supply}`.
59+
`TokenInfoResponse{name, symbol, decimals, total_supply}`.
6060

6161
### Receiver
6262

0 commit comments

Comments
 (0)