Skip to content

Commit

Permalink
Merge pull request #649 from IntersectMBO/jordan/expose-any-vote
Browse files Browse the repository at this point in the history
Expose AnyVote
  • Loading branch information
Jimbo4350 authored Oct 8, 2024
2 parents 649a698 + 8ab0d9b commit dde0496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ newtype VotesMergingConflict era
( L.Voter (L.EraCrypto (ShelleyLedgerEra era))
, [L.GovActionId (L.EraCrypto (ShelleyLedgerEra era))]
)
deriving Show

-- | @mergeVotingProcedures vote1 vote2@ merges @vote1@ and @vote2@ into a single vote,
-- or fails if the votes are incompatible.
Expand Down
1 change: 1 addition & 0 deletions cardano-api/internal/Cardano/Api/Tx/Compatible.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
-- It is exposed for testing purposes only.
module Cardano.Api.Tx.Compatible
( AnyProtocolUpdate (..)
, AnyVote (..)
, createCompatibleSignedTx
)
where
Expand Down

0 comments on commit dde0496

Please sign in to comment.