Skip to content

Commit

Permalink
Remove unnecessary !
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed May 3, 2024
1 parent 41359f7 commit f150171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ makeUpdateConstitutionalCommitteeProposal execConfig epochStateView configuratio

governanceActionTxId <- retrieveTransactionId execConfig signedProposalTx

!propSubmittedResult <- findCondition (maybeExtractGovernanceActionIndex ceo (fromString governanceActionTxId))
propSubmittedResult <- findCondition (maybeExtractGovernanceActionIndex ceo (fromString governanceActionTxId))
(unFile configurationFile)
(unFile socketPath)
(EpochNo 10)
Expand Down

0 comments on commit f150171

Please sign in to comment.