rust-bitcoin / rust-bitcoincore-rpc

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

more verbose error #322

Open mimoo opened 7 months ago

mimoo commented 7 months ago

The problem if bitcoind returns an error is that we only get to know error 500, but not the actual error message.