Skip to content

Commit add4712

Browse files
committed
try
1 parent 829609c commit add4712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/src/builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ impl<DB: Database<Error = ProviderError> + DatabaseCommit + OptimisticDatabase>
110110
.ok_or(BlockValidationError::SenderRecoveryError)?;
111111

112112
// Execute transactions
113+
println!("~~~~ EthExecutorProvider Execute transactions");
113114
let executor = EthExecutorProvider::ethereum(reth_chain_spec.clone())
114115
.eth_executor(self.db.take().unwrap())
115116
.taiko_data(TaikoData {

0 commit comments

Comments
 (0)