Skip to content

Commit

Permalink
Small fix to TypeApplication use which breaks when depending on this …
Browse files Browse the repository at this point in the history
…cardano-node version as a library
  • Loading branch information
koslambrou committed Oct 1, 2023
1 parent 7036ca7 commit 5071bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-node/src/Cardano/Node/LedgerEvent.hs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class ConvertLedgerEvent blk where
instance All ConvertLedgerEvent xs => ConvertLedgerEvent (HardForkBlock xs) where
toLedgerEvent =
hcollapse
. hcmap (Proxy @ ConvertLedgerEvent) (K . toLedgerEvent)
. hcmap (Proxy @ConvertLedgerEvent) (K . toLedgerEvent)
. getOneEraLedgerEvent
. unwrapLedgerEvent

Expand Down

0 comments on commit 5071bf4

Please sign in to comment.