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

dcrctl --terminal eats help requests #42

Closed
jrick opened this issue Feb 21, 2016 · 0 comments
Closed

dcrctl --terminal eats help requests #42

jrick opened this issue Feb 21, 2016 · 0 comments
Labels

Comments

@jrick
Copy link
Member

jrick commented Feb 21, 2016

The --terminal option special cases a few commands, including help. This can cause issues when trying to send a help request to a dcrd or dcrwallet RPC server.

It doesn't prevent all usage. If you use help methodname then the RPC is performed. The RPC is also performed if there is any trailing whitespace after the help. However, typing in just help won't perform the RPC.

@jcvernaleo jcvernaleo added the bug label Apr 11, 2016
alexlyp added a commit to alexlyp/dcrd that referenced this issue Jul 20, 2016
davecgh pushed a commit that referenced this issue Oct 11, 2017
Fix issue caught by gofmt.

Update example code so it compiles again, also caught by
the goclean script.

No tests, so don't try to run them.

Close #42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants