net API required
yorickdowne opened this issue · 1 comments
yorickdowne commented
This will fail when a local geth node is run, as the local geth does not expose the "net" API, and the lighthouse beacon requires it to query the net version.
Change start-geth.sh to include --http.api "eth,net"
to resolve this.
AgeManning commented
Resolved in #30