fix generator

This commit is contained in:
William Banfield
2022-08-16 18:22:11 -04:00
parent 9669b1d630
commit 2f9ea4a099
+1 -1
View File
@@ -298,7 +298,7 @@ func (n Node) Validate(testnet Testnet) error {
}
}
switch n.BlockSync {
case "v0":
case "", "v0":
default:
return fmt.Errorf("invalid block sync setting %q", n.BlockSync)
}