Skip to content

Commit 2c2544a

Browse files
palascarbolymer
andauthored
Add HasCallStack to makeUpdateConstitutionalCommitteeProposal
Co-authored-by: Mateusz Galazyn <[email protected]>
1 parent 7dafb3e commit 2c2544a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/LedgerEvents/Gov/PredefinedNoConfidenceDRep.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ updateConstitutionalCommittee execConfig epochStateView configurationFile socket
224224
return thisProposal
225225

226226
makeUpdateConstitutionalCommitteeProposal
227-
:: (H.MonadAssertion m, MonadTest m, MonadCatch m, MonadIO m, Foldable f)
227+
:: (HasCallStack, H.MonadAssertion m, MonadTest m, MonadCatch m, MonadIO m, Foldable f)
228228
=> H.ExecConfig
229229
-> EpochStateView
230230
-> NodeConfigFile 'In

0 commit comments

Comments
 (0)