We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkGovActionHashes
1 parent b3dc775 commit c5a74feCopy full SHA for c5a74fe
cardano-cli/src/Cardano/CLI/EraBased/Transaction/HashCheck.hs
@@ -68,3 +68,5 @@ checkProposalHashes
68
Shelley.shelleyBasedEraConstraints eon $ do
69
checkAnchorMetadataHash anchor
70
maybe (return ()) checkAnchorMetadataHash (getAnchorDataFromGovernanceAction govAction)
71
+
72
+-- Only the `NewConstitution` governance action contains a checkable hash with a corresponding URL.
0 commit comments