Skip to content

Commit 5c54360

Browse files
committed
fix comment
1 parent 7ece945 commit 5c54360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yapper/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct Cli {
5454
#[clap(long, default_value_t = 412346)]
5555
chain_id: u64,
5656

57-
/// How many txns to send before terminating yapper
57+
/// Nitro node url used for gas estimations and getting nonce when sending transactions
5858
#[clap(long, default_value = "http://localhost:8547")]
5959
nitro_url: String,
6060
}

0 commit comments

Comments
 (0)