diff --git a/core/state_processor_rip7560.go b/core/state_processor_rip7560.go index 9da06cef69..b5a5ae483f 100644 --- a/core/state_processor_rip7560.go +++ b/core/state_processor_rip7560.go @@ -72,7 +72,7 @@ func handleRip7560Transactions(transactions []*types.Transaction, index int, sta validatedTransactions = append(validatedTransactions, tx) // 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 // TODO: this will miss all validation phase events - pass in 'vpr'