Skip to content
Snippets Groups Projects
Unverified Commit 82cde171 authored by Silas Davis's avatar Silas Davis
Browse files

Disable authenticated peer connections to preserve pre-Tendermint-0.16.0

behaviour in private validator pool.

Signed-off-by: default avatarSilas Davis <silas@monax.io>
parent a7c0164d
No related branches found
No related tags found
Loading
......@@ -33,6 +33,7 @@ func (btc *BurrowTendermintConfig) TendermintConfig() *tm_config.Config {
conf.P2P.RootDir = btc.TendermintRoot
conf.P2P.Seeds = btc.Seeds
conf.P2P.ListenAddress = btc.ListenAddress
conf.P2P.AuthEnc = false
conf.Moniker = btc.Moniker
}
// Disable Tendermint RPC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment