bitcoindevkit / rust-electrum-client

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

`timeout()` and `socks()` don't return Result #88

Closed RCasatta closed 1 year ago

RCasatta commented 1 year ago

The Result was necessary in the past because they couldn't both be set, this is not true anymore after 7493630ed88af5558b84a1f715890f67cfa4ec24

afilini commented 1 year ago

Needs a cargo fmt and then I will ACK this!

RCasatta commented 1 year ago

force pushed with cargo fmt