rename flags and config fields to use the new blocksync nomenclature

This commit is contained in:
William Banfield
2021-09-08 09:44:17 -04:00
parent 0055f9efcc
commit fe94ff8934
10 changed files with 110 additions and 63 deletions
+1 -1
View File
@@ -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
}