Skip to content

Commit

Permalink
SCP-2928: Include extra key witnesses in tx
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Oct 21, 2021
1 parent 942bd8c commit 579a042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-ledger/src/Ledger/Tx/CardanoAPI.hs
Expand Up @@ -322,10 +322,10 @@ toCardanoTxBody protocolParams networkId P.Tx{..} = do
, txMintValue = txMintValue
, txProtocolParams = C.BuildTxWith protocolParams
, txScriptValidity = C.TxScriptValidityNone
, txExtraKeyWits = C.TxExtraKeyWitnesses C.ExtraKeyWitnessesInAlonzoEra [] -- TODO
-- unused:
, txMetadata = C.TxMetadataNone
, txAuxScripts = C.TxAuxScriptsNone
, txExtraKeyWits = C.TxExtraKeyWitnessesNone
, txWithdrawals = C.TxWithdrawalsNone
, txCertificates = C.TxCertificatesNone
, txUpdateProposal = C.TxUpdateProposalNone
Expand Down

0 comments on commit 579a042

Please sign in to comment.