Skip to content

Commit 372096a

Browse files
committed
Fix for PParams conversion
1 parent e75bf4a commit 372096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-api/src/Cardano/Api/ProtocolParameters.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ fromAlonzoPParams :: Ledger.Crypto crypto
15241524
=> PParams (Ledger.AlonzoEra crypto)
15251525
-> ProtocolParameters
15261526
fromAlonzoPParams pp =
1527-
(fromShelleyCommonPParams pp) {
1527+
(fromAlonzoCommonPParams pp) {
15281528
protocolParamUTxOCostPerWord = Just . fromShelleyLovelace . unCoinPerWord $
15291529
pp ^. ppCoinsPerUTxOWordL
15301530
}

0 commit comments

Comments
 (0)