bitcoindevkit / rust-electrum-client

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

Add `derive(Clone)` to the struct `Client`. #92

Closed monaka closed 1 year ago

monaka commented 1 year ago

It will be useful on apps based on async frameworks. I did cargo test and no degrade were found.

Signed-off-by: Masaki Muranaka monaka@monami-ya.com