We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1634d5b commit 51c9fc0Copy full SHA for 51c9fc0
hydra-node/src/Hydra/API/ServerOutput.hs
@@ -188,7 +188,7 @@ prepareServerOutput ServerOutputConfig{utxoInSnapshot} response =
188
CommandFailed{} -> encodedResponse
189
TxValid{} ->
190
(key "transaction" .~ toJSON tx) encodedResponse
191
- TxInvalid{Hydra.API.ServerOutput.transaction = tx} ->
+ TxInvalid{} ->
192
193
SnapshotConfirmed{} ->
194
handleUtxoInclusion (key "snapshot" . atKey "utxo" .~ Nothing) encodedResponse
0 commit comments