rust-bitcoin / rust-bitcoincore-rpc

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

fix deprecations in the std::error::Error trait impl #360

Open antonilol opened 3 weeks ago

antonilol commented 3 weeks ago

cause is deprecated in favor of source, calls to cause are redirected there description is also deprecated because it is generally uninformative (the return value lifetime is very restrictive), this is replaced by the Display trait (already implemented)