Skip to content

Commit

Permalink
Transaction: adapt to type change of fromProposalProcedure
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Nov 25, 2024
1 parent 5649c78 commit 16bc566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ runTransactionBuildCmd

let returnAddrHashes =
fromList
[ StakeCredentialByKey returnAddrHash
[ stakeCredential
| (proposal, _) <- proposals
, let (_, returnAddrHash, _) = fromProposalProcedure eon proposal -- fromProposalProcedure needs to be adjusted so that it works with script hashes.
, let (_, stakeCredential, _) = fromProposalProcedure eon proposal -- fromProposalProcedure needs to be adjusted so that it works with script hashes.
]
treasuryWithdrawalAddresses =
fromList
Expand Down

0 comments on commit 16bc566

Please sign in to comment.