-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Rename esplora into esplora_blocking and do a dedicated resolver module #103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, configure bp-wallet
and bp-esplora
as:
bp-wallet = { version = "0.11.0-beta.4", default-features = false, features = ["fs", "serde"] }
bp-esplora = { version = "0.11.0-beta.2", default-features = false }
Also, you need remove cli
from default-members:
default-members = [
"psbt",
"fs",
"."
]
@crisdut can you please explain this part:
I am not getting where to put that strings |
They just go into the Cargo.toml, replacing the existing entries for bp-wallet and bp-esplora. |
fix electrum Resolver
Hi @dr-orlovsky Would you like some help with this PR? |
@crisdut yeah, that would be much appreciated since I still do not get what specifically have to be done |
This PR got a mix of features, and a couple of merges of other PRs for the changes which should went into the
|
No description provided.