Skip to content

Commit d47259d

Browse files
authored
Merge pull request #835 from IntersectMBO/mgalazyn/refactor/deprecate-makeshelleytransactionbody
Deprecate `makeShelleyTransactionBody`
2 parents f43b676 + 9744f59 commit d47259d

File tree

1 file changed

+1
-0
lines changed
  • cardano-api/src/Cardano/Api/Internal/Tx

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,6 +2172,7 @@ mkCommonTxBody sbe txIns txOuts txFee txWithdrawals txAuxData =
21722172
& L.auxDataHashTxBodyL
21732173
.~ maybe SNothing (SJust . Ledger.hashTxAuxData) txAuxData
21742174

2175+
{-# DEPRECATED makeShelleyTransactionBody "Use 'createTransactionBody' instead." #-}
21752176
makeShelleyTransactionBody
21762177
:: forall era
21772178
. ()

0 commit comments

Comments
 (0)