mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
21a1f7eeb7
When querying `ALTAIR_FORK_EPOCH` fails, the `launch_local_testnet` script got stuck because comparing `CURRENT_FORK_EPOCH` against it would keep failing with `[: : integer expression expected`. Querying `ALTAIR_FORK_EPOCH` is now retried until a number is returned.