mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-10 01:56:08 +00:00
rename flags and config fields to use the new blocksync nomenclature
This commit is contained in:
@@ -297,7 +297,7 @@ func MakeConfig(node *e2e.Node) (*config.Config, error) {
|
||||
}
|
||||
|
||||
if node.BlockSync == "" {
|
||||
cfg.FastSyncMode = false
|
||||
cfg.BlockSync.Enable = false
|
||||
} else {
|
||||
cfg.BlockSync.Version = node.BlockSync
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user