Skip to content

Commit

Permalink
Add HasCallStack to makeUpdateConstitutionalCommitteeProposal
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <228866+carbolymer@users.noreply.github.com>
  • Loading branch information
palas and carbolymer committed May 3, 2024
1 parent 9d6b7fc commit a369453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ updateConstitutionalCommittee execConfig epochStateView configurationFile socket
return thisProposal

makeUpdateConstitutionalCommitteeProposal
:: (H.MonadAssertion m, MonadTest m, MonadCatch m, MonadIO m, Foldable f)
:: (HasCallStack, H.MonadAssertion m, MonadTest m, MonadCatch m, MonadIO m, Foldable f)
=> H.ExecConfig
-> EpochStateView
-> NodeConfigFile 'In
Expand Down

0 comments on commit a369453

Please sign in to comment.