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 e6fbb2c commit 1e6f423
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,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 1e6f423

Please sign in to comment.