Skip to content

Commit

Permalink
Minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Jun 2, 2023
1 parent 3b6ac61 commit 0465d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/src/Hydra/API/RestServer.hs
Expand Up @@ -59,7 +59,7 @@ instance IsTx tx => Arbitrary (DraftCommitTxResponse tx) where
data ScriptInfo = ScriptInfo
{ redeemer :: HashableScriptData
, datum :: HashableScriptData
, script :: Hydra.Cardano.Api.PlutusScript
, script :: PlutusScript
, collateralTxIns :: [TxIn]
}
deriving stock (Show, Eq, Generic)
Expand Down

0 comments on commit 0465d83

Please sign in to comment.