We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb3de2 commit 1d5645cCopy full SHA for 1d5645c
1 file changed
src/cli/mod.rs
@@ -106,7 +106,7 @@ async fn run_cmd(config: Config) -> anyhow::Result<()> {
106
// );
107
//}));
108
109
- println!("Starting miner to submit random payloads");
+ println!("Starting miner to submit random payloads for testing purposes.");
110
let miner_send = send.clone();
111
handles.push(tokio::spawn(async move {
112
let _ = miner_send.try_send(
0 commit comments