Skip to content

Commit

Permalink
cardano-api upgrade: accommodate changed return type of fromProposalP…
Browse files Browse the repository at this point in the history
…rocedure
  • Loading branch information
neilmayhew committed Dec 19, 2024
1 parent 635077d commit c33b835
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 @@ -217,7 +217,7 @@ runTransactionBuildCmd

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

0 comments on commit c33b835

Please sign in to comment.