Skip to content

Commit

Permalink
TEMP - Stop generating UnRegDRep GovCert cases
Browse files Browse the repository at this point in the history
This commit can be reverted once the spec is up-to-date with:
#4598
  • Loading branch information
Lucsanszky committed Oct 8, 2024
1 parent 4476caf commit 1b13241
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ govCertSpec ConwayGovCertEnv {..} certState =
]
)
-- ConwayUnRegDRep
( branchW 3 $ \ [var|credUnreg|] [var|coinUnreg|] ->
assert $ elem_ (pair_ credUnreg coinUnreg) (lit (Map.toList deposits))
)
-- ( branchW 3 $ \ [var|credUnreg|] [var|coinUnreg|] ->
-- assert $ elem_ (pair_ credUnreg coinUnreg) (lit (Map.toList deposits))
-- )
(branchW 3 $ \_credUnreg _coinUnreg -> False)
-- ConwayUpdateDRep
( branchW 1 $ \ [var|keyupdate|] _ ->
member_ keyupdate reps
Expand Down

0 comments on commit 1b13241

Please sign in to comment.