From 960cd7f64eab2317e596d83bd1bb4b6fa8e0ea50 Mon Sep 17 00:00:00 2001 From: Alex Forshtat Date: Thu, 30 May 2024 15:00:06 +0200 Subject: [PATCH] Fix comment --- core/state_processor_rip7560.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'