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

feat: Allowing the option to skip the creation of the wallet in bitcoind #103

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

vincenzopalazzo
Copy link
Collaborator

A few years ago, I added this code for compatibility with Bitcoin Core 21.

Now that I am integrating it with the LDK node runner, and LDK can use a wallet to set up a node with Bitcoin Core, we need a way to disable the wallet from Bitcoin Core to keep our integration simpler.

Without this change, Bitcoin Core would have two wallets, and we would need to set up the correct wallet in our architecture.

However, we can simply disable it to avoid this issue.

Fixes #102

A few years ago, I added this code for compatibility
with Bitcoin Core 21.

Now that I am integrating it with the LDK node runner, and LDK
can use a wallet to set up a node with Bitcoin Core, we need
a way to disable the wallet from Bitcoin Core to keep
our integration simpler.

Without this change, Bitcoin Core would have two wallets,
and we would need to set up the correct wallet in our architecture.

However, we can simply disable it to avoid this issue.

Signed-off-by: Vincenzo Palazzo <[email protected]>
@vincenzopalazzo vincenzopalazzo merged commit 7856343 into master Aug 24, 2023
4 checks passed
@vincenzopalazzo vincenzopalazzo deleted the macros/options-wallet branch August 24, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generaliaze ther bitcoin backend to skip the creation of the wallet
1 participant