-
Notifications
You must be signed in to change notification settings - Fork 62
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
Client is only exported when proxy
feature is enabled.
#91
Comments
Recently stumbled across this again when implementing Electrum syncing for LDK. Would be great to get a resolution here: is |
6 tasks
See #143 |
This was referenced Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the default features are
["use-rustls", "proxy"]
. As I have no immediate use for a socks proxy, I tried disabling this feature, with the result thatcrate::client
is not exported anymore, see here:rust-electrum-client/src/lib.rs
Lines 54 to 58 in 1290819
Not sure if that is intended, but if "proxy" is indeed mandatory, it's unclear to me why it's a feature in the first place?
The text was updated successfully, but these errors were encountered: