mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-28 11:12:24 -04:00
chore: remove repeat word (#1671)
Signed-off-by: chengehe <hechenge@yeah.net>
This commit is contained in:
parent
2eb9e01f97
commit
49a7f7eed6
4 changed files with 4 additions and 4 deletions
|
@ -369,7 +369,7 @@ impl WalletRpc {
|
|||
}
|
||||
|
||||
// If we do not hear from the monero_wallet_rpc process for 3 seconds we assume
|
||||
// it is is ready
|
||||
// it is ready
|
||||
#[cfg(target_os = "windows")]
|
||||
while let Ok(line) =
|
||||
tokio::time::timeout(std::time::Duration::from_secs(3), reader.next_line()).await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue