Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Nov 21, 2024
1 parent c1ead6e commit 5eb4b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-api/internal/Cardano/Api/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ data QueryInShelleyBasedEra era result where
-> QueryInShelleyBasedEra era (Map StakeCredential (Ledger.DRep StandardCrypto))
QueryProposals
:: Set (L.GovActionId StandardCrypto)
-> QueryInShelleyBasedEra era (Seq (L.GovActionState (ShelleyLedgerEra era {-StandardCrypto-})))
-> QueryInShelleyBasedEra era (Seq (L.GovActionState (ShelleyLedgerEra era)))

-- | Mapping for queries in Shelley-based eras returning minimal node-to-client protocol versions. More
-- information about queries versioning can be found:
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/internal/Cardano/Api/Query/Expr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ queryAccountState cOnwards =
queryProposals
:: forall era block point r
. ConwayEraOnwards era
-- Specify a set of Governance Action IDs to filter the proposals. When this set is
-- empty, all the proposals considered for ratification will be returned.
-> Set (L.GovActionId L.StandardCrypto)
-> LocalStateQueryExpr
block
Expand Down

0 comments on commit 5eb4b1a

Please sign in to comment.