We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbace47 commit c9b4140Copy full SHA for c9b4140
1 file changed
bin/ev-reth/src/main.rs
@@ -160,10 +160,7 @@ fn main() {
160
161
if let Err(err) = Cli::<EthereumChainSpecParser, RollkitArgs>::parse().run(
162
async move |builder, rollkit_args| {
163
- info!(
164
- "=== EV-RETH: Starting with args: {:?} ===",
165
- rollkit_args
166
- );
+ info!("=== EV-RETH: Starting with args: {:?} ===", rollkit_args);
167
info!("=== EV-RETH: EV-node mode enabled ===");
168
info!("=== EV-RETH: Using custom payload builder with transaction support ===");
169
0 commit comments