File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
cardano-cli/src/Cardano/CLI Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -71,5 +71,5 @@ if impl (ghc >= 9.12)
7171source-repository-package
7272 type : git
7373 location : https://github.com/IntersectMBO/cardano-api.git
74- tag : 4c87da5cda224ca4e1fef84bacd47ab66736e359
74+ tag : 2e87bfdcbf20f50fca57a6bc830b029f2e34f0cb
7575 subdir : cardano-api
Original file line number Diff line number Diff 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- >>>>>>> 84 aa45342 (Resolve runTransactionBuildRawCmd)
714707 fromEitherIOCli $
715708 if isCborOutCanonical == TxCborCanonical
716709 then writeTxFileTextEnvelopeCanonical (convert Exp. useEra) txBodyOutFile noWitTx
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ instance Error TxCmdError where
8282
8383renderTxCmdError :: TxCmdError -> Doc ann
8484renderTxCmdError = \ case
85+ TxCmdCBORDecodeError decErr ->
86+ prettyError decErr
8587 TxCmdReadWitnessSigningDataError witSignDataErr ->
8688 renderReadWitnessSigningDataError witSignDataErr
8789 TxCmdWriteFileError fileErr ->
You can’t perform that action at this time.
0 commit comments