mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
Bumped version number
This commit is contained in:
@@ -58,7 +58,7 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
Exit("Cannot set 'version' via config.toml")
|
||||
}
|
||||
// mapConfig.SetDefault("network", "tendermint_testnet0")
|
||||
mapConfig.SetDefault("version", "0.2.1")
|
||||
mapConfig.SetDefault("version", "0.3.0") // JAE: changed merkle tree persistence format for merkle proofs.
|
||||
mapConfig.SetDefault("genesis_file", rootDir+"/genesis.json")
|
||||
mapConfig.SetDefault("moniker", "anonymous")
|
||||
mapConfig.SetDefault("node_laddr", "0.0.0.0:46656")
|
||||
|
@@ -67,7 +67,7 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
Exit("Cannot set 'version' via config.toml")
|
||||
}
|
||||
// mapConfig.SetDefault("network", "tendermint_testnet0")
|
||||
mapConfig.SetDefault("version", "0.2.1")
|
||||
mapConfig.SetDefault("version", "0.3.0")
|
||||
mapConfig.SetDefault("genesis_file", rootDir+"/genesis.json")
|
||||
mapConfig.SetDefault("moniker", "anonymous")
|
||||
mapConfig.SetDefault("node_laddr", "0.0.0.0:36656")
|
||||
|
Reference in New Issue
Block a user