We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f126b87 commit 9f5cf5cCopy full SHA for 9f5cf5c
cardano-api/gen/Test/Gen/Cardano/Api/Typed.hs
@@ -1125,7 +1125,7 @@ genValidTxBody sbe =
1125
Gen.mapMaybe
1126
( \content ->
1127
either (const Nothing) (Just . (,content)) $
1128
- createAndValidateTransactionBody sbe content
+ createTransactionBody sbe content
1129
)
1130
(genTxBodyContent sbe)
1131
cardano-api/src/Cardano/Api/Tx.hs
@@ -177,7 +177,6 @@ module Cardano.Api.Tx
177
-- ** Transaction body
178
TxBody (..)
179
, createTransactionBody
180
- , createAndValidateTransactionBody
181
, TxBodyContent (..)
182
183
-- ** Byron only
0 commit comments