We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701af23 commit cf3240fCopy full SHA for cf3240f
crates/node/builder/src/rpc.rs
@@ -529,7 +529,7 @@ where
529
let launch_auth = auth_module.clone().start_server(auth_config).map_ok(|handle| {
530
let addr = handle.local_addr();
531
if let Some(ipc_endpoint) = handle.ipc_endpoint() {
532
- info!(target: "reth::cli", url=%addr, ipc_endpoint=%ipc_endpoint,"RPC auth server started");
+ info!(target: "reth::cli", url=%addr, ipc_endpoint=%ipc_endpoint, "RPC auth server started");
533
} else {
534
info!(target: "reth::cli", url=%addr, "RPC auth server started");
535
}
0 commit comments