chore(bench): add --disable-tx-gossip to benchmark node args (#21171)

This commit is contained in:
Georgios Konstantopoulos
2026-01-19 03:45:56 -08:00
committed by GitHub
parent 6a2010e595
commit 0c66315f20

View File

@@ -163,6 +163,7 @@ impl NodeManager {
"eth,reth".to_string(),
"--disable-discovery".to_string(),
"--trusted-only".to_string(),
"--disable-tx-gossip".to_string(),
]);
// Add tracing arguments if OTLP endpoint is configured