Skip to content

Commit

Permalink
Fix non-terminating fromPParams
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed May 18, 2020
1 parent e6cac60 commit f0a62c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0a62c1

Please sign in to comment.