We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the example provided in description fails to connect to nigiri Bitcoin RPC:
UserPass("admin1", "123") "http://127.0.0.1:18443/wallet/6udklq7e" Error: failed to initialize Alice Caused by: 0: failed to initialize Bitcoin wallet with its RPC client 1: failed to initialize Bitcoin RPC client for wallet 2: RPC client error: JSON error: invalid type: sequence, expected a string Location: src/config.rs:95:30
The text was updated successfully, but these errors were encountered:
Apparently, crate bdk got separated into multiple crates, and its BitcoinRPC doesn't work as intended
bdk
Sorry, something went wrong.
No branches or pull requests
Using the example provided in description fails to connect to nigiri Bitcoin RPC:
The text was updated successfully, but these errors were encountered: