Skip to content

Commit

Permalink
Hotfix for a warning that was somehow missed (#1781)
Browse files Browse the repository at this point in the history
This was causing `nix flake check` to fail.
  • Loading branch information
locallycompact authored Jan 13, 2025
2 parents 1fc5257 + b9684cb commit e7252f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion hydra-plutus/src/Hydra/Contract/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import PlutusLedgerApi.V3 (
OutputDatum (..),
ScriptHash (..),
TokenName (..),
TxInInfo (..),
TxInfo (..),
TxOut (..),
TxOutRef (..),
Expand Down
1 change: 1 addition & 0 deletions weeder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ root-instances = [
, { module = "Hydra.Contract.Commit", instance = "UnsafeFromData RedeemerType" }
, { module = "Hydra.Contract.Deposit", instance = "FromData DepositRedeemer" }
, { module = "Hydra.Contract.MintAction", instance = "FromData MintAction" }
, { module = "Hydra.Contract.Initial", instance = "UnsafeFromData RedeemerType" }
# This one is odd.
, { module = "Hydra.Network.Ouroboros.Type", instance = "Protocol" }
# TODO: Remove this
Expand Down

0 comments on commit e7252f8

Please sign in to comment.