Replies: 1 comment
-
It resolved in this issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When connecting a GRPC client, why do you use 127.0.0.1 instead of using
config.Address
?https://github.com/cosmos/cosmos-sdk/blob/main/server/start.go#L454
This causes problems for operators using private IPs.
I checked the PR(#11234), but I'm not sure why.
Beta Was this translation helpful? Give feedback.
All reactions