Problem: Example priv_validator.json is out-of-date in docs (#2416).

Solution: In the simple-network-setup docs page, update the example priv_validator.json contents.
This commit is contained in:
Troy McConaghy 2018-07-27 17:42:35 +02:00 committed by Lev Berman
parent 7dcdefc58b
commit 199adc81b6

View File

@ -125,17 +125,17 @@ The `public_key` is stored in the file `.tendermint/config/priv_validator.json`,
```json ```json
{ {
"address": "5943A9EF6285791A504918E1D117BC7F6A615C98", "address": "E22D4340E5A92E4A9AD7C62DA62888929B3921E9",
"pub_key": { "pub_key": {
"type": "AC26791624DE60", "type": "tendermint/PubKeyEd25519",
"value": "W3tqeMCU3d4SHDKqrwQWTahTW/wpieIAKZQxUxLv6rI=" "value": "P+aweH73Hii8RyCmNWbwPsa9o4inq3I+0fSfprVkZa0="
}, },
"last_height": 0, "last_height": "0",
"last_round": 0, "last_round": "0",
"last_step": 0, "last_step": 0,
"priv_key": { "priv_key": {
"type": "954568A3288910", "type": "tendermint/PrivKeyEd25519",
"value": "3sv9aExgME6MMjx0JoKVy7KtED8PBiPcyAgsYmVizslbe2p4wJTd3hIcMqqvBBZNqFNb/CmJ4gAplDFTEu/qsg==" "value": "AHBiZXdZhkVZoPUAiMzClxhl0VvUp7Xl3YT6GvCc93A/5rB4fvceKLxHIKY1ZvA+xr2jiKercj7R9J+mtWRlrQ=="
} }
} }
``` ```