Skip to content

Commit

Permalink
Unify comment styles
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt authored Aug 28, 2024
1 parent 02af519 commit 41416fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 41416fe

Please sign in to comment.