Skip to content

Commit

Permalink
Add HasCallStack to some functions
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <[email protected]>
  • Loading branch information
palas and carbolymer committed Jul 26, 2024
1 parent ba1ae0d commit 15c80e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cardano-testnet/src/Testnet/Process/Cli/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ data TxOutAddress = PKAddress PaymentKeyInfo
-- Returns the generated @File TxBody In@ file path to the created unsigned
-- transaction file.
buildTransferTx
:: Typeable era
:: HasCallStack
=> Typeable era
=> H.MonadAssertion m
=> MonadTest m
=> MonadCatch m
Expand Down Expand Up @@ -106,7 +107,8 @@ buildTransferTx execConfig epochStateView sbe work prefix srcWallet txOutputs =
-- Returns the generated @File TxBody In@ file path to the created unsigned
-- transaction file.
buildSimpleTransferTx
:: Typeable era
:: HasCallStack
=> Typeable era
=> H.MonadAssertion m
=> MonadTest m
=> MonadCatch m
Expand Down

0 comments on commit 15c80e1

Please sign in to comment.