mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 04:03:49 +00:00
7b62bede1e
The CLI logging currently emits the configured address when noting that the HTTP or Engine RPC services are started. This is _usually_ the same as the listening address, but not always. In particular, when the bind directive specifies an ambiguous parameter, like port 0 for an ephemeral port, the actually bound address will differ. This change will help users to operate Erigon while binding to ephemeral ports. This is especially helpful for developers trying to run multiple instances of Erigon concurrently in tests which may or may not be executing in parallel. Co-authored-by: Jason Yellick <jason@enya.ai> |
||
---|---|---|
.. | ||
httpcfg | ||
config.go | ||
rpc_allow_list.go |