Skip to content

Commit dfdfae8

Browse files
committed
Rebase fixes
1 parent cf82f09 commit dfdfae8

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ if impl (ghc >= 9.12)
7171
source-repository-package
7272
type: git
7373
location: https://github.com/IntersectMBO/cardano-api.git
74-
tag: 4c87da5cda224ca4e1fef84bacd47ab66736e359
74+
tag: 2e87bfdcbf20f50fca57a6bc830b029f2e34f0cb
7575
subdir: cardano-api

cardano-cli/src/Cardano/CLI/EraBased/Transaction/Run.hs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -702,15 +702,8 @@ runTransactionBuildRawCmd
702702
proposals
703703
currentTreasuryValueAndDonation
704704

705-
<<<<<<< HEAD
706-
let Exp.SignedTx tx = Exp.signTx eon [] [] txBody
707-
-- TODO: Create equivalent write text envelope functions for
708-
-- SignedTx
709-
noWitTx = ShelleyTx (convert eon) tx
710-
=======
711705
let Exp.UnsignedTx lTx = txBody
712706
noWitTx = ShelleyTx (convert eon) lTx
713-
>>>>>>> 84aa45342 (Resolve runTransactionBuildRawCmd)
714707
fromEitherIOCli $
715708
if isCborOutCanonical == TxCborCanonical
716709
then writeTxFileTextEnvelopeCanonical (convert Exp.useEra) txBodyOutFile noWitTx

cardano-cli/src/Cardano/CLI/Type/Error/TxCmdError.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ instance Error TxCmdError where
8282

8383
renderTxCmdError :: TxCmdError -> Doc ann
8484
renderTxCmdError = \case
85+
TxCmdCBORDecodeError decErr ->
86+
prettyError decErr
8587
TxCmdReadWitnessSigningDataError witSignDataErr ->
8688
renderReadWitnessSigningDataError witSignDataErr
8789
TxCmdWriteFileError fileErr ->

0 commit comments

Comments
 (0)