Skip to content

Commit

Permalink
Fix delegating to always-no-confidence
Browse files Browse the repository at this point in the history
Resolves #402

Now it carries the corresponding [3]

`[9, [0, h'EF1785CF18928F8353C90E76B7A8FC60855472D31A0EA1C1C774AB01'], [3]]`
  • Loading branch information
CarlosLopezDeLara committed Oct 25, 2023
1 parent 3c51146 commit 0f4b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3035,7 +3035,7 @@ pVoteDelegationTarget =
asum
[ VoteDelegationTargetOfDRep <$> pDRepHashSource
, VoteDelegationTargetOfAbstain <$ pAlwaysAbstain
, VoteDelegationTargetOfAbstain <$ pAlwaysNoConfidence
, VoteDelegationTargetOfNoConfidence <$ pAlwaysNoConfidence
]

pAlwaysAbstain :: Parser ()
Expand Down

0 comments on commit 0f4b207

Please sign in to comment.