Skip to content

Commit

Permalink
Fix for PParams conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Apr 4, 2023
1 parent e75bf4a commit 372096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-api/src/Cardano/Api/ProtocolParameters.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ fromAlonzoPParams :: Ledger.Crypto crypto
=> PParams (Ledger.AlonzoEra crypto)
-> ProtocolParameters
fromAlonzoPParams pp =
(fromShelleyCommonPParams pp) {
(fromAlonzoCommonPParams pp) {
protocolParamUTxOCostPerWord = Just . fromShelleyLovelace . unCoinPerWord $
pp ^. ppCoinsPerUTxOWordL
}
Expand Down

0 comments on commit 372096a

Please sign in to comment.