Skip to content

Commit

Permalink
Remove unused function healthySignature
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 9, 2024
1 parent 4879d16 commit 64fdaed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hydra-tx/test/Hydra/Tx/Contract/Increment.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Hydra.Ledger.Cardano.Time (slotNoFromUTCTime)
import Hydra.Plutus.Orphans ()
import Hydra.Tx.ContestationPeriod (ContestationPeriod, toChain)
import Hydra.Tx.Contract.Deposit (depositDeadline, healthyDepositTx)
import Hydra.Tx.Crypto (HydraKey, MultiSignature (..), aggregate, sign)
import Hydra.Tx.Crypto (HydraKey)
import Hydra.Tx.HeadId (headIdToCurrencySymbol, mkHeadId)
import Hydra.Tx.HeadParameters (HeadParameters (..))
import Hydra.Tx.Increment (
Expand Down Expand Up @@ -96,9 +96,6 @@ healthyParties = deriveParty <$> healthySigningKeys
healthyOnChainParties :: [OnChain.Party]
healthyOnChainParties = partyToChain <$> healthyParties

healthySignature :: MultiSignature (Snapshot Tx)
healthySignature = aggregate [sign sk healthySnapshot | sk <- healthySigningKeys]

healthySnapshotNumber :: SnapshotNumber
healthySnapshotNumber = 1

Expand Down

0 comments on commit 64fdaed

Please sign in to comment.