Skip to content

Commit 2688d33

Browse files
committed
wip
1 parent 50e72b4 commit 2688d33

File tree

1 file changed

+3
-0
lines changed
  • cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli

1 file changed

+3
-0
lines changed

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Transaction.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,12 @@ hprop_transaction = integrationRetryWorkspace 2 "simple transaction build" $ \te
107107
[ anyEraToString cEra, "transaction", "sign"
108108
, "--tx-body-file", txbodyFp
109109
, "--signing-key-file", signingKeyFp $ paymentKeyInfoPair wallet0
110+
, "--out-canonical-cbor"
110111
, "--out-file", txbodySignedFp
111112
]
112113

114+
H.failure
115+
113116
txSubmissionResult :: TxSubmissionResult <- execCliStdoutToJson execConfig
114117
[ anyEraToString cEra, "transaction", "submit"
115118
, "--tx-file", txbodySignedFp

0 commit comments

Comments
 (0)