Skip to content

Commit

Permalink
fix order of validity and the removal of start
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Jul 20, 2021
1 parent 659e08a commit a6a94a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chain-impl-mockchain/doc/format.abnf
Expand Up @@ -134,10 +134,9 @@ UPDATE-VOTE = TODO
; note: IOW stand for Inputs-Outputs-Witnesses
; ####################

IOW = SIZE-ELEMENT-8BIT ; number of inputs
IOW = BLOCK-DATE ; end validity of this IOW
SIZE-ELEMENT-8BIT ; number of inputs
SIZE-ELEMENT-8BIT ; number of outputs
BLOCK-DATE ; start validity of this IOW
BLOCK-DATE ; end validity of this IOW
*INPUT ; as many as indicated in the number of inputs
*OUTPUT ; sa many as indicated in the number of outputs
*WITNESS ; as many as indicated in the number of inputs
Expand Down

0 comments on commit a6a94a5

Please sign in to comment.