diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs index 9c1d160a287..43b6ad4675a 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs @@ -1310,11 +1310,6 @@ fromShelleyAddress = W.Address fromShelleyCoin :: SL.Coin -> W.Coin fromShelleyCoin (SL.Coin c) = Coin.unsafeFromIntegral c -{- -toShelleyCoin :: W.Coin -> SL.Coin -toShelleyCoin (W.Coin c) = SL.Coin $ intCast c --} - fromCardanoTx :: Cardano.Tx era -> (W.Tx, TokenMap, TokenMap, [Certificate]) fromCardanoTx = \case Cardano.ShelleyTx era tx -> case era of