Skip to content

Commit f4cd8c2

Browse files
committed
Clippy formatting
1 parent 3628204 commit f4cd8c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config.example.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ extra_validation_enabled = false
5555
# Execution Layer RPC url to use for extra validation
5656
# OPTIONAL
5757
# rpc_url = "https://ethereum-holesky-rpc.publicnode.com"
58+
# URL of the SSV API server to use, if you have a mux that targets an SSV node operator
59+
# OPTIONAL
60+
# ssv_api_url = "https://api.ssv.network/api/v4"
5861
# Timeout for any HTTP requests sent from the PBS module to other services, in seconds
5962
# OPTIONAL, DEFAULT: 10
6063
http_timeout_seconds = 10

tests/src/mock_ssv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub async fn create_mock_ssv_server(
4949
});
5050
let result = Ok(tokio::spawn(async move {
5151
if let Err(e) = server.await {
52-
eprintln!("Server error: {}", e);
52+
eprintln!("Server error: {e}");
5353
}
5454
}));
5555
info!("Mock server started on http://localhost:{port}/");

0 commit comments

Comments
 (0)