Skip to content

Commit

Permalink
fixed delegs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSheard committed May 2, 2024
1 parent ca0d678 commit d78d73b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dStateSpec ::
Specification fn (DState (ConwayEra StandardCrypto))
dStateSpec = constrained $ \ds ->
match ds $ \umap _futureGenDelegs _genDelegs _rewards ->
match umap $ {- \ umapRep -> match umapRep $ -} \rdMap ptrMap sPoolMap _dRepMap ->
match umap $ \rdMap ptrMap sPoolMap _dRepMap ->
[ assertExplain ["dom sPoolMap is a subset of dom rdMap"] $ dom_ sPoolMap `subset_` dom_ rdMap
, assertExplain ["dom ptrMap is empty"] $ dom_ ptrMap ==. mempty
]
Expand Down

0 comments on commit d78d73b

Please sign in to comment.