Skip to content

Commit

Permalink
Recover changes lost in squashing
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Apr 4, 2024
1 parent 530d443 commit f4314f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ handleConwayNEWEPOCHEvents conwayNewEpochEvent =
(convertRetiredPoolsMap refundPools)
(convertRetiredPoolsMap unclaimedPools)
Conway.SnapEvent _ -> Nothing
Conway.GovInfoEvent {} -> Nothing -- FIXME: Confirm if we need a new event here
Conway.GovInfoEvent {} -> Nothing

Conway.TotalAdaPotsEvent _ -> Nothing
4 changes: 2 additions & 2 deletions cardano-api/internal/Cardano/Api/Tx/Body.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3060,9 +3060,9 @@ genesisUTxOPseudoTxIn nw (GenesisUTxOKeyHash kh) =
(Shelley.KeyHashObj kh)
Shelley.StakeRefNull

-- | Calculate the reference inputs size for provided set of transaction IDs and UTXOs.
-- | Calculate the reference inputs size in bytes for provided set of transaction IDs and UTXOs.
getReferenceInputsSizeForTxIds
:: forall era ledgerera. ShelleyLedgerEra era ~ ledgerera
:: ShelleyLedgerEra era ~ ledgerera
=> BabbageEraOnwards era
-> Ledger.UTxO ledgerera
-> Set TxIn
Expand Down

0 comments on commit f4314f7

Please sign in to comment.