Skip to content

Commit

Permalink
errors
Browse files Browse the repository at this point in the history
  • Loading branch information
polinavino committed Jan 5, 2021
1 parent 643f134 commit a89e905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion alonzo/impl/src/Cardano/Ledger/Alonzo/PParams.hs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@ instance (Era era) => FromCBOR (PParamsUpdate era) where
-- | Update operation for protocol parameters structure @PParams
newtype ProposedPPUpdates era
= ProposedPPUpdates (Map (KeyHash 'Genesis (Crypto era)) (PParamsUpdate era))
deriving (Show, Eq, Generic, NFData)
deriving (Show, Eq, Generic)

instance NFData (ProposedPPUpdates era)

instance NoThunks (ProposedPPUpdates era)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import Shelley.Spec.Ledger.LedgerState
)
import Shelley.Spec.Ledger.PParams (PParams)
import Shelley.Spec.Ledger.STS.Ledger (LEDGER, LedgerEnv (..), LedgerPredicateFailure)
import Shelley.Spec.Ledger.STS.Utxo
import Shelley.Spec.Ledger.Slot (SlotNo)
import Shelley.Spec.Ledger.Tx (Tx)
import Shelley.Spec.Ledger.TxBody (EraIndependentTxBody)
Expand Down

0 comments on commit a89e905

Please sign in to comment.