Skip to content

Commit

Permalink
Update zebrad/src/commands/start.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alfredo Garcia <[email protected]>
  • Loading branch information
upbqdn and oxarbitrage authored Feb 3, 2025
1 parent 56ce522 commit 2f7eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/commands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ impl StartCmd {
);
rpc_task_handle.await.unwrap()
} else {
info!("configure an listen_addr to start the RPC server");
info!("configure a listen_addr to start the RPC server");
(
tokio::spawn(std::future::pending().in_current_span()),
tokio::spawn(std::future::pending().in_current_span()),
Expand Down

0 comments on commit 2f7eb25

Please sign in to comment.