Skip to content

Commit

Permalink
interface: change list_pools() timeout unit micros => millis
Browse files Browse the repository at this point in the history
  • Loading branch information
pythcoiner committed Feb 21, 2025
1 parent d3a1bd5 commit 1c2ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub fn initiate_coinjoin(config: PoolConfig, peer: PeerConfig) -> Result<String
///
/// # Arguments
/// * `back` - how many second back look in the past
/// * `timeout` - how many microseconds we will wait before fetching relay notifications
/// * `timeout` - how many milliseconds we will wait before fetching relay notifications
/// * `relay` - the relay url, must start w/ `wss://` or `ws://`
///
/// # Returns a [`Vec`] of [`String`] containing a json serialization of a [`Pool`]
Expand Down

0 comments on commit 1c2ac4d

Please sign in to comment.