-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LCD is returning no RPC client defined
on API calls on develop branch
#2907
Comments
So I've spent some time looking into this. It looks like where we are setting the |
@jackzampolin what configuration does it need? The command line arguments? Is this just an order of operations bug? |
@alexanderbez I think so, was trying to debug last night but unsuccessful |
Ok, I will look into it. |
I cannot reproduce this after my fix in #2918. |
In other words, the two are unrelated...sorry to burst the bubble here |
Summary of Bug
It seems that LCD on
develop
has recently started givingno RPC client defined
messages to API calls that work properly onmaster
.Steps to Reproduce
develop
make localnet-start
curl -k https://0.0.0.0:1317/blocks/latest
no RPC client defined
message.master
.build
directory and recompile binariesFor Admin Use
The text was updated successfully, but these errors were encountered: