Skip to content

Commit

Permalink
Bump cardano-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Jul 25, 2024
1 parent 4964f62 commit e69a1f3
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 @@ -1073,7 +1073,7 @@ convertCertificates sbe certsAndScriptWitnesses =
TxCertificates sbe certs $ BuildTxWith reqWits
where
certs = map fst certsAndScriptWitnesses
reqWits = Map.fromList $ mapMaybe convert certsAndScriptWitnesses
reqWits = mapMaybe convert certsAndScriptWitnesses
convert
:: (Certificate era, Maybe (ScriptWitness WitCtxStake era))
-> Maybe (StakeCredential, Witness WitCtxStake era)
Expand Down

0 comments on commit e69a1f3

Please sign in to comment.