Created
July 18, 2016 01:28
-
-
Save Christewart/b932fb7cd12c42a9b8fa6fe02669e44c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
property("serialization symmetry") = | |
Prop.forAll(BlockchainElementsGenerator.blockHeader) { header => | |
BlockHeader(header.hex) == header | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment