From 41416fe32b9e1b02d396e50ba696dd44d0c22d12 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:50:59 +0200 Subject: [PATCH] Unify comment styles --- tests/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/README.md b/tests/e2e/README.md index 565eba7fd9..eb8e660396 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -230,7 +230,7 @@ cat ./bob/config/priv_validator_key.json # gets you the private key interchain-security-pd tendermint show-address --home ./bob # returns valcons interchain-security-pd keys add bob --keyring-backend test --home ./bob --output json # gives mnemonic, account address interchain-security-pd keys show bob --keyring-backend test --bech=val --home ./bob --output json # returns valoper address -cat ./bob/config/node_key.json // returns the node key +cat ./bob/config/node_key.json # returns the node key ``` Fill these values into the `ValidatorConfig` struct in `config.go`.