Skip to content

Commit 9f5cf5c

Browse files
committed
Remove makeShelleyTransactionBody and accompanying functions
1 parent f126b87 commit 9f5cf5c

File tree

3 files changed

+1
-654
lines changed

3 files changed

+1
-654
lines changed

cardano-api/gen/Test/Gen/Cardano/Api/Typed.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ genValidTxBody sbe =
11251125
Gen.mapMaybe
11261126
( \content ->
11271127
either (const Nothing) (Just . (,content)) $
1128-
createAndValidateTransactionBody sbe content
1128+
createTransactionBody sbe content
11291129
)
11301130
(genTxBodyContent sbe)
11311131

cardano-api/src/Cardano/Api/Tx.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ module Cardano.Api.Tx
177177
-- ** Transaction body
178178
TxBody (..)
179179
, createTransactionBody
180-
, createAndValidateTransactionBody
181180
, TxBodyContent (..)
182181

183182
-- ** Byron only

0 commit comments

Comments
 (0)