Skip to content

Commit

Permalink
is this the ci issue
Browse files Browse the repository at this point in the history
very weird issue related to tokio runtime breaking for some reason
  • Loading branch information
mariocynicys committed Sep 12, 2024
1 parent f9866b1 commit 5405049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/coins/utxo/rpc_clients/electrum_rpc/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ impl ElectrumClient {
.electrum_request(json, request.rpc_id(), ELECTRUM_REQUEST_TIMEOUT)
.await?;
// Inform the connection manager that the connection was queried and no longer needed now.
self.connection_manager.not_needed(&to_addr).await;
// self.connection_manager.not_needed(&to_addr).await;

Ok(response)
}
Expand Down

0 comments on commit 5405049

Please sign in to comment.