bitcoindevkit / rust-electrum-client

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
MIT License
77 stars 63 forks source link

`Error` does not implement `std::error::Error` #46

Closed thomaseizinger closed 3 years ago

thomaseizinger commented 3 years ago

Several error handling libraries in the ecosystem like anyhow depend on this.

Happy to send a PR for this!

RCasatta commented 3 years ago

I would ack that PR

thomaseizinger commented 3 years ago

Nvm, was already fixed in https://github.com/bitcoindevkit/rust-electrum-client/commit/efdc7d224354384359cf7615ad56c2b86c981274.