Skip to content

Commit

Permalink
Update prepare-node-for-validating.md
Browse files Browse the repository at this point in the history
Fix #45 by using a valid mnemonic in the right format.

Signed-off-by: Nathan Baum <[email protected]>
  • Loading branch information
nbaum authored Jul 19, 2023
1 parent cd31cf1 commit 597e1d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/node/run-node/prepare-node-for-validating.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ cudos-noded keys add tango --recover
```shell
cudos-noded keys add tango --recover
> Enter your bip39 mnemonic
ostrich, panda, random, word, ostrich, zebra, leg
ordinary witness such toddler tag mouse helmet perfect venue eyebrow upgrade rabbit
Enter keyring passphrase:
- name: tango
type: local
address: cudos1ayq6mrlk5neyuugv7u0wt2tn8zf7e6dx2jyevh
pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A1CClZ6+tue9SUZaSX3X/JjWN7XCWgYYeh58RtPki+aP"}'
address: cudos1yvtuaadhfhxf8ke7zm902z4rj382a8ayymq32s
pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A+UyzMtIA1iDdDDVjz/AMv7AxzhsgbypkHSB5+fJlBpt"}'
mnemonic: ""
```
Expand Down

0 comments on commit 597e1d2

Please sign in to comment.