Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling mistake? #6243

Closed
perturbing opened this issue Jun 25, 2024 · 1 comment
Closed

Spelling mistake? #6243

perturbing opened this issue Jun 25, 2024 · 1 comment
Labels
status: needs triage GH issues that requires triage

Comments

@perturbing
Copy link
Contributor

did you mean

-- | Similar to TxOutRef, but for GovActions
data GovernanceActionId = GovernanceActionId
  { getTxId        :: V3.TxId
  , getGovActionIx :: Haskell.Integer
  }
  deriving stock (Generic, Haskell.Show, Haskell.Eq, Haskell.Ord)
@github-actions github-actions bot added the status: needs triage GH issues that requires triage label Jun 25, 2024
@effectfully
Copy link
Contributor

effectfully commented Jun 26, 2024

No, gaid is a (weird) abbreviation of GovernanceActionId, it's pretty common in the Haskell world to prefix fields with an abbreviation of the type name due to the lack of type-based name resolution (workarounds exist, but we don't use them).

So I think this is as intended and I'm gonna close the issue as such. But thank you for double-checking!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage GH issues that requires triage
Projects
None yet
Development

No branches or pull requests

2 participants