diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs index 3df3b386345..689e989a892 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs @@ -356,7 +356,7 @@ fromPParams pp = W.TxParameters } where naturalToDouble :: Natural -> Double - naturalToDouble = naturalToDouble + naturalToDouble = fromIntegral -- | Convert genesis data into blockchain params and an initial set of UTxO fromGenesisData