-
Notifications
You must be signed in to change notification settings - Fork 412
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Running the integration tests against Bitcoin Core 23.0 I see all of them failing with:
---- blockchain::rpc::bdk_blockchain_tests::test_tx_chain stdout ----
thread 'blockchain::rpc::bdk_blockchain_tests::test_tx_chain' panicked at 'called `Result::unwrap()` on an `Err` value: Rpc(JsonRpc(Rpc(RpcError { code: -4, message: "This type of wallet does not support this command", data: None })))', src/blockchain/rpc.rs:443:1
To Reproduce
I recently updated bitcoind to the latest version which supports Bitcoin Core 23.0 in my taproot branch, I assume this could be reproduced by manually connecting to a 23.0 node.
Expected behavior
Tests should not fail
Build environment
Linux x86_64, but I'm assuming it doesn't matter too much
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working