mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 06:37:14 +00:00
e2e: skip light clients when waiting for height (#6891)
This commit is contained in:
@@ -28,6 +28,10 @@ func waitForHeight(testnet *e2e.Testnet, height int64) (*types.Block, *types.Blo
|
||||
if node.Mode == e2e.ModeSeed {
|
||||
continue
|
||||
}
|
||||
if node.Mode == e2e.ModeLight {
|
||||
continue
|
||||
}
|
||||
|
||||
client, ok := clients[node.Name]
|
||||
if !ok {
|
||||
client, err = node.Client()
|
||||
|
||||
Reference in New Issue
Block a user