Skip to content

Commit c7065f0

Browse files
Update crates/common/src/config/mux.rs
Co-authored-by: ltitanb <[email protected]>
1 parent 304aad7 commit c7065f0

File tree

1 file changed

+1
-1
lines changed
  • crates/common/src/config

1 file changed

+1
-1
lines changed

crates/common/src/config/mux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ async fn fetch_ssv_pubkeys(
293293
))
294294
.send()
295295
.await
296-
.map_err(|e| eyre::eyre!("Error sending request to SSV network: {e}"))?
296+
.map_err(|e| eyre::eyre!("Error sending request to SSV network API: {e}"))?
297297
.json::<SSVResponse>()
298298
.await?;
299299

0 commit comments

Comments
 (0)