Skip to content

Commit

Permalink
Merge pull request #27 from MariusVanDerWijden/patch-1
Browse files Browse the repository at this point in the history
Update main.eas
  • Loading branch information
lightclient authored Oct 9, 2024
2 parents a78e84e + 2556e33 commit 9282bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/consolidations/main.eas
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 9282bdb

Please sign in to comment.