Skip to content

Commit f42b40b

Browse files
henry-hzd-xo
andauthored
Update src/seth/README.md
Co-authored-by: dxo <[email protected]>
1 parent 239bb9e commit f42b40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ governance token using the ERC20 ABI:
293293
$ seth call $MKR_TOKEN "totalSupply()(uint)"
294294
995238778286468792512963
295295

296-
If you want to send a string as an argument, remember to put the quotes.
296+
If you want to send a string as an argument, you must surround the string in both single and double quotes.
297297
$ TOKEN=0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2
298298
$ seth call $TOKEN "getAddress(string)(address)" '"my_string"'
299299
0x7Bb0b08587b8a6B8945e09F1Baca426558B0f06a

0 commit comments

Comments
 (0)