mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: improve docs (#6702)
This commit is contained in:
@@ -991,10 +991,9 @@ where
|
||||
results.push(f(tx_info, inspector, result, &state, &db)?);
|
||||
|
||||
// need to apply the state changes of this transaction before executing the
|
||||
// next transaction
|
||||
// next transaction, but only if there's a next transaction
|
||||
if transactions.peek().is_some() {
|
||||
// need to apply the state changes of this transaction before executing
|
||||
// the next transaction
|
||||
// commit the state changes to the DB
|
||||
db.commit(state)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user