Skip to content

Commit c33b835

Browse files
committed
cardano-api upgrade: accommodate changed return type of fromProposalProcedure
1 parent 635077d commit c33b835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ runTransactionBuildCmd
217217

218218
let returnAddrHashes =
219219
fromList
220-
[ StakeCredentialByKey returnAddrHash
220+
[ returnAddrHash
221221
| (proposal, _) <- proposals
222222
, let (_, returnAddrHash, _) = fromProposalProcedure eon proposal -- fromProposalProcedure needs to be adjusted so that it works with script hashes.
223223
]

0 commit comments

Comments
 (0)