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 97fdab9 commit 25e1a3a
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 25e1a3a

Please sign in to comment.