Beacon API peer_count call always returns 0 #3857
Labels
good first issue
Issues that are suitable for first-time contributors.
prio-medium
Resolve this some time soon (tm).
While using the beacon API to get some data from the client, always peer_count call returns 0
curl localhost:9596/eth/v1/node/peer_count
{"data":{"disconnected":0,"connecting":0,"connected":0,"disconnecting":0}}
It would be expected to receive the current amount of peers in each state
curl localhost:9596/eth/v1/node/peer_count
{"data":{"disconnected":10,"connecting":9,"connected":30,"disconnecting":2}}
Running Lodestar with Docker, version 0.34.0
Screenshots
The text was updated successfully, but these errors were encountered: