validator: using exact Tendermint version specified by rust-abci crate docs

This commit is contained in:
Dave Hrycyszyn
2020-01-28 13:03:24 +00:00
parent ee8da3a019
commit 74bf2ed9f4
+2 -2
View File
@@ -13,6 +13,6 @@ Some of these functions may be moved away to their own node types in the future,
Running the validator
---------------------
1. Download and install [Tendermint 0.33.0](https://github.com/tendermint/tendermint/releases/tag/v0.33.0)
1. Download and install [Tendermint 0.32.7](https://github.com/tendermint/tendermint/releases/tag/v0.32.7)
2. `tendermint init`
3. `tendermint run`
3. `tendermint node`