Skip to content

Commit

Permalink
remove unnecessary ifElse
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Apr 25, 2024
1 parent 57a9aca commit ce1fac2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ govProposalsSpec GovEnv {geEpoch, gePPolicy, gePrevGovActionIds} =
(majV ==. majV')
(minV' ==. minV + 1)
(minV' ==. 0)
, minV' `dependsOn` majV'
]
]
, forAll (snd_ hardForkTree) (genHint treeGenHint)
Expand Down

0 comments on commit ce1fac2

Please sign in to comment.