We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behavior is to connect to the RPC endpoint you pass in on the command line
./koinos-cli -r https://localhost:8080
Oops, you are instead connected to https://api.koinos.io/
- OS: Any
Yes, as far as I know it's just a bug caused by the default .koinosrc in a recent commit here: https://github.com/koinos/koinos-cli/blob/master/.koinosrc#L1
.koinosrc
The text was updated successfully, but these errors were encountered:
#143: Initial implementation of register_token
1502060
Closing this as this is technically a feature of having a .koinosrc file available. It should instead be solved by adding features #158 and #157
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current behavior
Expected behavior
Expected behavior is to connect to the RPC endpoint you pass in on the command line
Steps to reproduce
./koinos-cli -r https://localhost:8080
Oops, you are instead connected to https://api.koinos.io/
Environment
- OS: Any
Anything else?
Yes, as far as I know it's just a bug caused by the default
.koinosrc
in a recent commit here: https://github.com/koinos/koinos-cli/blob/master/.koinosrc#L1The text was updated successfully, but these errors were encountered: