Skip to content

Commit

Permalink
change default name to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm committed Dec 12, 2024
1 parent 66b1725 commit 5b4aadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm2/pkg/bft/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func DefaultBaseConfig() BaseConfig {
// testBaseConfig returns a base configuration for testing a Tendermint node
func testBaseConfig() BaseConfig {
cfg := DefaultBaseConfig()
cfg.chainID = "tendermint_test"
cfg.chainID = "dev"
cfg.ProxyApp = "mock://kvstore"
cfg.FastSyncMode = false
cfg.DBBackend = "memdb"
Expand Down

0 comments on commit 5b4aadf

Please sign in to comment.