We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794ba66 commit 355911bCopy full SHA for 355911b
leios-conformance/src/Leios/Conformance/Test.hs
@@ -92,7 +92,7 @@ instance Arbitrary InputBlock where
92
arbitrary = InputBlock <$> arbitrary <*> arbitrary
93
94
instance Arbitrary EndorserBlock where
95
- arbitrary = EndorserBlock <$> genSlot <*> genProducer <*> pure [] -- FIXME: include ibRefs
+ arbitrary = EndorserBlock <$> genSlot <*> genProducer <*> arbitrary
96
97
instance StateModel NetworkModel where
98
data Action NetworkModel a where
0 commit comments