Skip to content

Commit

Permalink
update test comment and info
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 25, 2024
1 parent 38e5d4f commit b9cae7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/tests/recover-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ python -m yq.tomlq -it '.chains[0].trusting_period = "10s"' ${HERMES_RECOVERY_CO
# specified as the subject client and the active client specified as the substitute
# client.

echo "creating the expired client"
# this is not necessary for the test, as we are not creating a connection.
echo "creating the active client on ibc-0"
hermes --config "${HERMES_RECOVERY_CONFIG}" \
create client --host-chain ibc-0 --reference-chain basecoin-0

# old client-id: 07-tendermint-0
# creates new client-id: 07-tendermint-1 with short trusting period: 10s
echo "creating the active client"
# creates new client-id: 07-tendermint-1 with short trusting period: 10s.
echo "creating the expiring client on basecoin-0"
hermes --config "${HERMES_RECOVERY_CONFIG}" \
create client --host-chain basecoin-0 --reference-chain ibc-0

Expand Down

0 comments on commit b9cae7b

Please sign in to comment.