Skip to content

Commit

Permalink
withdrawals: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Sep 27, 2024
1 parent 0aa9e8e commit be24057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/withdrawals/main.eas
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ check_input:
;; Withdrawal request record:
;;
;; +------+------+--------+--------+
;; | type | addr | pubkey | amount |
;; | 0x01 | addr | pubkey | amount |
;; +------+------+--------+--------+
;; 1 20 48 8
;; 1 20 48 8
;;
;; Because the requests are stored across three storage slots, there is some
;; shuffling to align the data.
Expand Down

0 comments on commit be24057

Please sign in to comment.