You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the integration test which uses bdk: cargo test --package payjoin_ffi --test bdk_integration v1_to_v1_full_cycle
This will result in ResponseError { message: "The receiver sent an invalid response: proposed transaction outputs contain key paths" }
Using
bdk
withpayjoin
results inpayjoin
throwingThe receiver sent an invalid response: proposed transaction outputs contain key paths
Steps to replicate: Follow the steps for Running the integration tests: https://github.com/LtbLightning/payjoin-ffi?tab=readme-ov-file#running-the-integration-test
Run the integration test which uses bdk:
cargo test --package payjoin_ffi --test bdk_integration v1_to_v1_full_cycle
This will result in
ResponseError { message: "The receiver sent an invalid response: proposed transaction outputs contain key paths" }
Versions: This uses the pre-alpha release v0.29 https://github.com/bitcoindevkit/bdk/releases/tag/v0.29.0
The text was updated successfully, but these errors were encountered: