diff --git a/src/consolidations/main.eas b/src/consolidations/main.eas index a37ec01..c6ca54c 100644 --- a/src/consolidations/main.eas +++ b/src/consolidations/main.eas @@ -1,4 +1,4 @@ -;; This is an implementation of EIP-7002 style contract handling EL triggerred +;; This is an implementation of EIP-7251 style contract handling EL triggerred ;; consolidations. It leverages on the fee mechanism and the queue design of ;; the original EIP-7002 smart contract implementation. Therefore, the subroutines ;; logic of the original smart contract remains. @@ -343,7 +343,7 @@ reset_queue: sstore ;; [count] update_excess: - ;; Update the new excess withdrawal requests. + ;; Update the new excess consolidation requests. push SLOT_EXCESS ;; [excess_slot, count] sload ;; [excess, count]