mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Fix comment
This commit is contained in:
parent
57b805187a
commit
960cd7f64e
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ func handleRip7560Transactions(transactions []*types.Transaction, index int, sta
|
||||||
validatedTransactions = append(validatedTransactions, tx)
|
validatedTransactions = append(validatedTransactions, tx)
|
||||||
|
|
||||||
// This is the line separating the Validation and Execution phases
|
// This is the line separating the Validation and Execution phases
|
||||||
// It should be separated to implement the mempool-friendly AA RIP (number not assigned yet)
|
// It should be separated to implement the mempool-friendly AA RIP-7711
|
||||||
// for i, vpr := range validationPhaseResults
|
// for i, vpr := range validationPhaseResults
|
||||||
|
|
||||||
// TODO: this will miss all validation phase events - pass in 'vpr'
|
// TODO: this will miss all validation phase events - pass in 'vpr'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue