@@ -437,7 +437,7 @@ A Transaction structure is considered *valid* if:
*`IN_INDEX` must be an integer value
*`UL_CONDITIONS` must be a valid [Input Condition](#input-condition)
* Field `Outputs` is a multiline field whose lines follow `AMOUNT:BASE:CONDITIONS` format:
*`AMOUNT` must be an integer value
*`AMOUNT` must be an integer value. If `HEAD.version >= 12`, then `AMOUNT` must be greater than or equal to `100`.
*`BASE` must be an integer value
*`CONDITIONS` must be a valid [Output Condition](#output-condition)
* Field `Comment` is a string of maximum 255 characters, exclusively composed of alphanumeric characters, space, `-`, `_`, `:`, `/`, `;`, `*`, `[`, `]`, `(`, `)`, `?`, `!`, `^`, `+`, `=`, `@`, `&`, `~`, `#`, `{`, `}`, `|`, `\`, `<`,`>`, `%`, `.`. Must be present even if empty.
...
...
@@ -461,9 +461,11 @@ It follows a machine-readable BNF grammar composed of