Skip to content

Commit

Permalink
Move ToExpr RewardUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucsanszky committed Jul 2, 2024
1 parent 0b5aba9 commit 64e4a7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ instance
instance ToExpr (PulsingRewUpdate c) where
toExpr _ = App "PulsingRewUpdate..." []

instance ToExpr (RewardUpdate c)

-- LedgerState/Types
instance ToExpr AccountState

Expand Down Expand Up @@ -267,5 +269,3 @@ instance ToExpr (ShelleyMirEvent era)
instance ToExpr (RupdEvent era)

instance ToExpr (PParamsHKD Identity era) => ToExpr (UtxoEnv era)

instance ToExpr (RewardUpdate era)

0 comments on commit 64e4a7d

Please sign in to comment.