Skip to content
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

go-kosu: Fix wrong RPC remote address in lite mode #339

Merged
merged 1 commit into from
Oct 15, 2019

Conversation

qustavo
Copy link
Contributor

@qustavo qustavo commented Oct 15, 2019

The --laddr where used as the rpc target, that makes sense when running in fullnode mode, so that the RPC API will connect to it. But in lite mode, we should connect to the fullnode, before this PR we were using --laddr for both modes.

This PR updates that behavior.

Closes #330

@qustavo qustavo added bug Something isn't working go-kosu Project: go-kosu labels Oct 15, 2019
@qustavo qustavo requested a review from hrharder October 15, 2019 14:04
@hrharder hrharder merged commit 515d6d5 into master Oct 15, 2019
@hrharder hrharder deleted the bug/go-kosu/wrong-rpc-remote-address branch October 15, 2019 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working go-kosu Project: go-kosu
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In lite mode, flag --lite-fullnode may not be digesting argument correctly
2 participants