chore(bin): missing --jwt-secret message in reth-bench (#17443)

This commit is contained in:
Alexey Shekhirin
2025-07-16 14:11:17 +01:00
committed by GitHub
parent 1179da2222
commit c01f230ffb

View File

@@ -61,7 +61,7 @@ impl BenchContext {
let auth_jwt = bench_args
.auth_jwtsecret
.clone()
.ok_or_else(|| eyre::eyre!("--jwtsecret must be provided for authenticated RPC"))?;
.ok_or_else(|| eyre::eyre!("--jwt-secret must be provided for authenticated RPC"))?;
// fetch jwt from file
//