mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-19 05:36:15 +00:00
fix generator
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user