Skip to content

Commit

Permalink
Add comment to checkGovActionHashes
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Oct 28, 2024
1 parent abc4d48 commit 5e8cbc0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ checkProposalHashes
checkGovActionHashes
:: L.GovAction (Shelley.ShelleyLedgerEra era) -> ExceptT TxCmdError IO ()
checkGovActionHashes govAction' =
-- Only the `NewConstitution` governance action contains a checkable hash with a corresponding URL.
Shelley.shelleyBasedEraConstraints eon $
case govAction' of
L.ParameterChange{} -> return ()
Expand Down

0 comments on commit 5e8cbc0

Please sign in to comment.