Skip to content

Commit

Permalink
try to fix complete pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed May 25, 2023
1 parent d410367 commit dbe7886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eras/conway/impl/src/Cardano/Ledger/Conway/TxCert.hs
Expand Up @@ -234,7 +234,7 @@ pattern UnRegCommitteeHotTxCert ck <- (getUnRegCommitteeHotTxCert -> Just ck)
, DelegTxCert
, RegDepositDelegTxCert
, RegCommitteeHotTxCert
, UnRegCommitteeHotTxCert
, UnRegCommitteeHotTxCert :: ConwayTxCert
#-}

-- | First type argument is the deposit
Expand Down
2 changes: 1 addition & 1 deletion eras/shelley/impl/src/Cardano/Ledger/Shelley/TxCert.hs
Expand Up @@ -211,7 +211,7 @@ pattern GenesisDelegTxCert genKey genDelegKey vrf <-
, UnRegTxCert
, DelegStakeTxCert
, MirTxCert
, GenesisDelegTxCert
, GenesisDelegTxCert :: ShelleyTxCert
#-}

-- | Genesis key delegation certificate
Expand Down

0 comments on commit dbe7886

Please sign in to comment.