-
Notifications
You must be signed in to change notification settings - Fork 311
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
Make Esplora feature optional for CLI/REPL #218
Conversation
Concept ACK, though I would return an error if an esplora server is specified while the feature is disabled. Something that tells the user to enable the feature first |
It shouldn’t be possible to specify Esplora settings if the feature is not enabled. Clap/StructOpt will return an error that it doesn’t know about this parameter since it was excluded from the code.
…
|
ACK 5b34f0d I tested
|
@notmandatory, let me set up signing tools. I'll force-push signed commits. |
5b34f0d
to
1255096
Compare
@notmandatory commits are signed. |
I think you've only signed the last two commits, not all three. Sorry to bother you again with this.. :( |
@afilini no worries, my bad! |
1255096
to
c9a05c0
Compare
ACK c9a05c0, thanks! |
Add secp as a param instead of creating a new context
I found this low-hanging fruit in Discord about making
esplora
optional for CLI.