We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e72b4 commit 2688d33Copy full SHA for 2688d33
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Transaction.hs
@@ -107,9 +107,12 @@ hprop_transaction = integrationRetryWorkspace 2 "simple transaction build" $ \te
107
[ anyEraToString cEra, "transaction", "sign"
108
, "--tx-body-file", txbodyFp
109
, "--signing-key-file", signingKeyFp $ paymentKeyInfoPair wallet0
110
+ , "--out-canonical-cbor"
111
, "--out-file", txbodySignedFp
112
]
113
114
+ H.failure
115
+
116
txSubmissionResult :: TxSubmissionResult <- execCliStdoutToJson execConfig
117
[ anyEraToString cEra, "transaction", "submit"
118
, "--tx-file", txbodySignedFp
0 commit comments