We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43b676 commit 9744f59Copy full SHA for 9744f59
1 file changed
cardano-api/src/Cardano/Api/Internal/Tx/Body.hs
@@ -2172,6 +2172,7 @@ mkCommonTxBody sbe txIns txOuts txFee txWithdrawals txAuxData =
2172
& L.auxDataHashTxBodyL
2173
.~ maybe SNothing (SJust . Ledger.hashTxAuxData) txAuxData
2174
2175
+{-# DEPRECATED makeShelleyTransactionBody "Use 'createTransactionBody' instead." #-}
2176
makeShelleyTransactionBody
2177
:: forall era
2178
. ()
0 commit comments