Skip to content

Commit 88d6b89

Browse files
Adjust to minor API changes in cardano-wallet-read
1 parent 1d02332 commit 88d6b89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/wallet/src/Cardano/Wallet.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ import Cardano.Wallet.Primitive.Types.UTxOStatistics
597597
)
598598
import Cardano.Wallet.Read.Tx.CBOR
599599
( TxCBOR
600+
, prettyTxCBOR
600601
)
601602
import Cardano.Wallet.Shelley.Transaction
602603
( _txRewardWithdrawalCost
@@ -4035,7 +4036,7 @@ instance ToText WalletFollowLog where
40354036
"transactions: " <> pretty (blockListF (snd <$> txs))
40364037
MsgStoringCBOR txCBOR ->
40374038
"store new cbor for "
4038-
<> toText txCBOR
4039+
<> prettyTxCBOR txCBOR
40394040

40404041
instance ToText WalletLog where
40414042
toText = \case

0 commit comments

Comments
 (0)