We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5137886 commit 4c36724Copy full SHA for 4c36724
hydra-cluster/bench/Bench/EndToEnd.hs
@@ -329,7 +329,7 @@ newTx registry client tx = do
329
, invalidAt = Nothing
330
, confirmedAt = Nothing
331
}
332
- send client $ input "NewTx" ["transaction" .= serialiseToTextEnvelope Nothing tx]
+ send client $ input "NewTx" ["transaction" .= toJSON tx]
333
334
data WaitResult
335
= TxInvalid {transactionId :: TxId, reason :: Text}
0 commit comments