Skip to content

Commit

Permalink
consolidations: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Sep 27, 2024
1 parent be24057 commit 4886f11
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
Expand Up @@ -175,12 +175,12 @@ check_input:
;; This is the logic executed by the protocol each block. It reads as many
;; requests as available from the queue, until the max request per
;; block is reached. The requests are returned as a contiguous array of bytes
;; with each record being exactly OUT_RECORD_SIZE bytes.
;; with each record being exactly 117 bytes.
;;
;; Consolidation request record:
;;
;; +------+------+--------+--------+
;; | type | addr | source | target |
;; | 0x02 | addr | source | target |
;; +------+------+--------+--------+
;; 1 20 48 48
;;
Expand Down

0 comments on commit 4886f11

Please sign in to comment.