Update README.md

Missed a spot. 6001 is latest, not 6000.
This commit is contained in:
Paul O'Leary 2018-06-08 09:42:56 -07:00 committed by GitHub
parent f6fba0740c
commit 76928443f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Clone the testnet repo.
git clone https://github.com/cosmos/testnets
mkdir -p $HOME/.gaiad/config
cp -a testnets/gaia-6000/genesis.json $HOME/.gaiad/config/genesis.json
cp -a testnets/gaia-6001/genesis.json $HOME/.gaiad/config/genesis.json
gaiad unsafe_reset_all
```