diff --git a/lib/src/builder.rs b/lib/src/builder.rs index 164a404af..a6bf04f5b 100644 --- a/lib/src/builder.rs +++ b/lib/src/builder.rs @@ -110,6 +110,7 @@ impl + DatabaseCommit + OptimisticDatabase> .ok_or(BlockValidationError::SenderRecoveryError)?; // Execute transactions + println!("~~~~ EthExecutorProvider Execute transactions"); let executor = EthExecutorProvider::ethereum(reth_chain_spec.clone()) .eth_executor(self.db.take().unwrap()) .taiko_data(TaikoData {