Skip to content

Commit

Permalink
i966-template-compiler: fix ErgoTreeUtilsSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed May 12, 2024
1 parent dcee258 commit ba6abad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ErgoTreeUtilsSpec extends AnyPropSpec with ScalaCheckPropertyChecks with M
|Bit 3: 1 -- size of the whole tree is serialized after the header byte
|Bit 4: 1 -- constant segregation is used for this ErgoTree
|Bit 5: 0 -- reserved (should be 0)
|Bit 6: 0 -- reserved for GZIP compression (should be 0)
|Bit 6: 0 -- reserved (should be 0)
|Bit 7: 0 -- header contains more than 1 byte (default == 0)
|""".stripMargin
}
Expand Down

0 comments on commit ba6abad

Please sign in to comment.