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 8ae5924 commit 2941470Copy full SHA for 2941470
eth/api.go
@@ -362,7 +362,7 @@ func generateWitness(blockchain *core.BlockChain, block *types.Block) (*stateles
362
// Collect storage locations that prover needs but sequencer might not touch necessarily
363
statedb.GetState(rcfg.L2MessageQueueAddress, rcfg.WithdrawTrieRootSlot)
364
365
- // Note: scroll-revm detects the Feynman transition block using the block
+ // Note: scroll-reth detects the Feynman transition block using the block
366
// timestamp, but since there might be multiple blocks with the same timestamp,
367
// it also needs this value to avoid applying the state update multiple times.
368
// So we need to make sure that this is always present in the execution witness.
0 commit comments