diff --git a/src/consolidations/main.eas b/src/consolidations/main.eas index 7ea08d7..656f19f 100644 --- a/src/consolidations/main.eas +++ b/src/consolidations/main.eas @@ -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 ;;