Skip to content

Commit

Permalink
Remove era witness in CardanoClient.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 12, 2022
1 parent 020ba8c commit ec378f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydra-cluster/src/CardanoClient.hs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ buildRaw ins outs fee =
TxInsCollateralNone
outs
(TxFeeExplicit fee)
(TxValidityNoLowerBound, TxValidityNoUpperBound ValidityNoUpperBoundInAlonzoEra)
(TxValidityNoLowerBound, TxValidityNoUpperBound)
TxMetadataNone
TxAuxScriptsNone
TxExtraKeyWitnessesNone
Expand Down Expand Up @@ -205,7 +205,7 @@ build networkId socket changeAddress ins collateral outs = do
(TxInsCollateral collateral)
outs
dummyFee
(TxValidityNoLowerBound, TxValidityNoUpperBound ValidityNoUpperBoundInAlonzoEra)
(TxValidityNoLowerBound, TxValidityNoUpperBound)
(TxMetadataInEra (TxMetadata noMetadataMap))
(TxAuxScripts [])
(TxExtraKeyWitnesses [])
Expand Down

0 comments on commit ec378f1

Please sign in to comment.