Skip to content

Commit 1d5645c

Browse files
authored
Update mod.rs
1 parent 3bb3de2 commit 1d5645c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async fn run_cmd(config: Config) -> anyhow::Result<()> {
106106
// );
107107
//}));
108108

109-
println!("Starting miner to submit random payloads");
109+
println!("Starting miner to submit random payloads for testing purposes.");
110110
let miner_send = send.clone();
111111
handles.push(tokio::spawn(async move {
112112
let _ = miner_send.try_send(

0 commit comments

Comments
 (0)