You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following comments in the core.yaml are misleading and confusing to users.
# The Address this Peer will bind to for providing services --> This is simply not true
address: 0.0.0.0:7051
# Whether the Peer should programmatically determine the address to bind to.
# This case is useful for docker containers. ---> This is not accurate
addressAutoDetect: false
I fixed them to reflect the real meaning behind them
Change-Id: I243b639cb390a09352c831a61c9fcc3485560a63
Signed-off-by: Yacov Manevich <[email protected]>
0 commit comments