rust-electrum-client
rust-electrum-client copied to clipboard
Timeout should be set with a std::time::Duration
Not a u8 of seconds. When you get the timeout it returns a Duration. Taking one would make more sense.