Skip to content

Commit

Permalink
Update cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <[email protected]>
  • Loading branch information
CarlosLopezDeLara and carbolymer authored Nov 15, 2024
1 parent 008fc7e commit 9adacf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ runTransactionBuildCmd
, let (_, returnAddrHash, _) = fromProposalProcedure eon proposal -- fromProposalProcedure needs to be adjusted so that it works with script hashes.
]
treasuryWithdrawalAddresses =
Set.fromList
fromList
[ stakeCred
| (proposal, _) <- proposals
, let (_, _, govAction) = fromProposalProcedure eon proposal
Expand Down

0 comments on commit 9adacf6

Please sign in to comment.