Skip to content

Commit

Permalink
record a fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys committed May 17, 2024
1 parent af03de3 commit b296728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm2src/coins/utxo/rpc_clients/electrum_rpc/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ impl ElectrumClient {

for connection in connections {
let json = json::to_string(&request).map_err(|e| JsonRpcErrorType::InvalidRequest(e.to_string()))?;
// FIXME: Make sure we send ping requests to all the connections available.
match connection
.electrum_request(json, request.rpc_id(), ELECTRUM_TIMEOUT_SEC)
.await
Expand Down

0 comments on commit b296728

Please sign in to comment.