Skip to content

Commit

Permalink
inject->convert
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Nov 26, 2024
1 parent 47fe620 commit be2d5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-api/internal/Cardano/Api/Query/Expr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ queryProposals
(Either EraMismatch (Seq (L.GovActionState (ShelleyLedgerEra era))))
)
queryProposals cOnwards govActionIds = do
let sbe :: ShelleyBasedEra era = inject cOnwards
let sbe = convert cOnwards
queryExpr $
QueryInEra . QueryInShelleyBasedEra sbe $
QueryProposals govActionIds

0 comments on commit be2d5ab

Please sign in to comment.