Skip to content

Commit

Permalink
Add HasCallStack to delegateToAutomaticDRep
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed May 3, 2024
1 parent f2d0c03 commit 90d12a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ delegateToAlwaysAbstain execConfig epochStateView configurationFile socketPath s

-- | Delegates to a staking key pair with the delegation preference set to automatic.
delegateToAutomaticDRep
:: (HasCallStack, MonadTest m, MonadIO m, H.MonadAssertion m, MonadCatch m)
:: (HasCallStack, MonadTest m, MonadIO m, H.MonadAssertion m, MonadCatch m)
=> H.ExecConfig -- ^ Specifies the CLI execution configuration.
-> EpochStateView -- ^ Current epoch state view for transaction building. It can be obtained
-- using the 'getEpochStateView' function.
Expand Down

0 comments on commit 90d12a0

Please sign in to comment.