mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 12:11:58 +00:00
HACK FIX config chain_id
need to change this...
This commit is contained in:
@@ -54,7 +54,7 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
if mapConfig.IsSet("chain_id") {
|
||||
Exit("Cannot set 'chain_id' via config.toml")
|
||||
}
|
||||
mapConfig.SetDefault("chain_id", "tendermint_testnet_10")
|
||||
mapConfig.SetDefault("chain_id", "tendermint_testnet_11.b")
|
||||
mapConfig.SetDefault("genesis_file", rootDir+"/genesis.json")
|
||||
mapConfig.SetDefault("moniker", "anonymous")
|
||||
mapConfig.SetDefault("node_laddr", "0.0.0.0:46656")
|
||||
|
Reference in New Issue
Block a user