We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce5a58 commit a1ddbb3Copy full SHA for a1ddbb3
1 file changed
src/cli.rs
@@ -111,11 +111,7 @@ pub(crate) async fn poll_for_user_input(
111
},
112
};
113
114
- if connect_peer_if_necessary(
115
- pubkey,
116
- peer_addr,
117
- peer_manager.clone(),
118
- )
+ if connect_peer_if_necessary(pubkey, peer_addr, peer_manager.clone())
119
.await
120
.is_err()
121
{
@@ -438,11 +434,7 @@ pub(crate) async fn poll_for_user_input(
438
434
continue;
439
435
440
436
441
442
443
444
445
437
446
447
.is_ok()
448
0 commit comments