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.
1 parent ca3eee5 commit dbe20bfCopy full SHA for dbe20bf
cardano-cli/src/Cardano/CLI/EraBased/Transaction/HashCheck.hs
@@ -44,12 +44,8 @@ checkVotingProcedureHashes eon (Shelley.VotingProcedures (L.VotingProcedures vot
44
Shelley.shelleyBasedEraConstraints eon $
45
forM_
46
voterMap
47
- ( \vpMap ->
48
- forM_
49
- vpMap
50
- ( \(L.VotingProcedure _ mAnchor) ->
+ ( mapM $\(L.VotingProcedure _ mAnchor) ->
51
forM_ mAnchor checkAnchorMetadataHash
52
- )
53
)
54
55
-- | Find references to anchor data in proposals and check the hashes are valid
0 commit comments