Skip to content

Commit

Permalink
Update to cardano-api-8.31.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Nov 5, 2023
1 parent 7b1d018 commit 3bc96b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ write-ghc-environment-files: always
-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-api
tag: c27daab1cf43fbe1cd5fca47fafcfeef0cab053e
subdir: cardano-api
2 changes: 2 additions & 0 deletions cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ runTransactionSignCmd

firstExceptT TxCmdWriteFileError . newExceptT
$ writeLazyByteStringFile outTxFile
$ shelleyBasedEraConstraints sbe
$ textEnvelopeToJSON Nothing tx

-- ----------------------------------------------------------------------------
Expand Down Expand Up @@ -1201,6 +1202,7 @@ runTransactionWitnessCmd

firstExceptT TxCmdWriteFileError . newExceptT
$ writeLazyByteStringFile outFile
$ shelleyBasedEraConstraints sbe
$ textEnvelopeToJSON Nothing witness

runTransactionSignWitnessCmd :: ()
Expand Down

0 comments on commit 3bc96b9

Please sign in to comment.