mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +00:00
e2e: prevent non-viable testnets (#6486)
This commit is contained in:
@@ -303,6 +303,10 @@ func generateNode(
|
||||
}
|
||||
}
|
||||
|
||||
if node.StateSync {
|
||||
node.FastSync = "v0"
|
||||
}
|
||||
|
||||
return &node
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user