rust-bitcoin / rust-bitcoincore-rpc

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

Use minreq_http feature of jsonrpc #341

Closed tcharding closed 6 months ago

tcharding commented 7 months ago

Recently in jsonrpc we added an HTTP client that uses minreq. Since we now use a version of jsonrpc with this feature we can now use minreq here.

tcharding commented 7 months ago

Replaces #259