rust-electrum-client icon indicating copy to clipboard operation
rust-electrum-client copied to clipboard

Timeout should be set with a std::time::Duration

Open LLFourn opened this issue 1 year ago • 0 comments

Not a u8 of seconds. When you get the timeout it returns a Duration. Taking one would make more sense.

LLFourn avatar Oct 15 '24 11:10 LLFourn