File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
cardano-cli/src/Cardano/CLI Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -804,7 +804,8 @@ friendlyLovelace value = String $ docToText (pretty value)
804804friendlyMintValue :: TxMintValue ViewTx era -> Aeson. Value
805805friendlyMintValue = \ case
806806 TxMintNone -> Null
807- TxMintValue sbe v -> friendlyValue (maryEraOnwardsToShelleyBasedEra sbe) . mconcat $ map fst v
807+ txMintValue@ (TxMintValue w _) ->
808+ friendlyValue (maryEraOnwardsToShelleyBasedEra w) (txMintValueToValue txMintValue)
808809
809810friendlyTxOutValue :: TxOutValue era -> Aeson. Value
810811friendlyTxOutValue = \ case
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ readScriptWitness
352352 datumOrFile
353353 redeemerOrFile
354354 execUnits
355- mPid
355+ _mPid -- TODO remove
356356 ) = do
357357 caseShelleyToAlonzoOrBabbageEraOnwards
358358 ( const $
You can’t perform that action at this time.
0 commit comments