Skip to content

Commit e7ee395

Browse files
committed
Updated ReadMe
1 parent d0afca7 commit e7ee395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ echo "txhash: $TXHASH"
218218
# 得到合约地址
219219
CONTRACT=$(
220220
injectived query tx $TXHASH --node=https://testnet.sentry.tm.injective.network:443 \
221-
| yj -yj | jq .events[] -c | jq .attributes[] -c \
221+
| yj -yj | jq ".events[]" -c | jq ".attributes[]" -c \
222222
| grep contract_address | jq -r .value | head -n1
223223
)
224224
echo "contract: $CONTRACT"

0 commit comments

Comments
 (0)