Skip to content

Commit

Permalink
Remove unnecessary forall
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Oct 28, 2023
1 parent 64d0e5e commit 2aeb30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-api/internal/Cardano/Api/TxBody.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1800,8 +1800,8 @@ instance Error TxBodyError where
displayError (TxBodyProtocolParamsConversionError ppces) =
"Errors in protocol parameters conversion: " ++ displayError ppces

createTransactionBody
:: forall era. ShelleyBasedEra era
createTransactionBody :: ()
=> ShelleyBasedEra era
-> TxBodyContent BuildTx era
-> Either TxBodyError (TxBody era)
createTransactionBody sbe bc =
Expand Down

0 comments on commit 2aeb30b

Please sign in to comment.