rust-bitcoin / rust-bitcoincore-rpc

Rust RPC client library for the Bitcoin Core JSON-RPC API.
340 stars 255 forks source link

`integration_test` should not depend directly on `bitcoin` #344

Open tcharding opened 6 months ago

tcharding commented 6 months ago

client exposes bitcoin we should use that in integration_test instead of depending on bitcoin directly. If we had done that we would have caught the issue fixed by https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/343