Skip to content

Commit 2941470

Browse files
committed
typo
1 parent 8ae5924 commit 2941470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ func generateWitness(blockchain *core.BlockChain, block *types.Block) (*stateles
362362
// Collect storage locations that prover needs but sequencer might not touch necessarily
363363
statedb.GetState(rcfg.L2MessageQueueAddress, rcfg.WithdrawTrieRootSlot)
364364

365-
// Note: scroll-revm detects the Feynman transition block using the block
365+
// Note: scroll-reth detects the Feynman transition block using the block
366366
// timestamp, but since there might be multiple blocks with the same timestamp,
367367
// it also needs this value to avoid applying the state update multiple times.
368368
// So we need to make sure that this is always present in the execution witness.

0 commit comments

Comments
 (0)