Skip to content

Commit

Permalink
integrate ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodile-dentist committed Oct 8, 2024
1 parent 1ca8ade commit c90f142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ toLedgerEventConway evt =
case conwayLedgerEvent of
Conway.UtxowEvent utxowEvent -> handleConwayUTxOWEvent utxowEvent
Conway.CertsEvent{} -> Nothing
Conway.MempoolEvent{} -> Nothing
Conway.GovEvent govEvent ->
case govEvent of
Conway.GovNewProposals txid props ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ handleConwayNEWEPOCHEvents conwayNewEpochEvent =
(convertRetiredPoolsMap unclaimedPools)
Conway.SnapEvent _ -> Nothing
Conway.GovInfoEvent{} -> Nothing
Conway.HardForkEvent{} -> Nothing
Conway.TotalAdaPotsEvent _ -> Nothing

0 comments on commit c90f142

Please sign in to comment.