From 4828491b16c711ec32708cc4d9d74e8f9871d437 Mon Sep 17 00:00:00 2001 From: Greg Szabo <16846635+greg-szabo@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:31:55 -0400 Subject: [PATCH] Clarify one test --- join-testnet-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/join-testnet-tutorial.md b/join-testnet-tutorial.md index fa054d1..8d1db12 100644 --- a/join-testnet-tutorial.md +++ b/join-testnet-tutorial.md @@ -247,7 +247,7 @@ These optional steps show you how CCV updates the Consumer chain validator-set v __1. Delegate tokens__ ``` -DELEGATIONS=$(interchain-security-pd q staking delegations $(jq -r .address ${PROV_NODE_DIR}/${PROV_KEY}.json) --home $PROV_NODE_DIR -o json) +DELEGATIONS=$(interchain-security-pd q staking delegations ${ACCOUNT_ADDR} --home $PROV_NODE_DIR -o json) OPERATOR_ADDR=$(echo $DELEGATIONS | jq -r '.delegation_responses[0].delegation.validator_address') interchain-security-pd tx staking delegate $OPERATOR_ADDR 1000000stake \