mirror of
https://github.com/conduition/dlctix.git
synced 2026-01-30 21:25:10 +01:00
Remove irrelevant Debug and Clone implementations
This commit is contained in:
@@ -10,7 +10,6 @@ use crate::{
|
||||
parties::{MarketMaker, Player},
|
||||
};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct FundingSpendInfo {
|
||||
key_agg_ctx: KeyAggContext,
|
||||
funding_value: Amount,
|
||||
|
||||
@@ -35,7 +35,6 @@ use std::{borrow::Borrow, collections::BTreeMap};
|
||||
/// Once PTLCs are available, we can instead sign the split transaction once
|
||||
/// and distribute adaptor-signatures to each player, encrypted under the
|
||||
/// player's ticket point.
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct OutcomeSpendInfo {
|
||||
untweaked_ctx: KeyAggContext,
|
||||
tweaked_ctx: KeyAggContext,
|
||||
|
||||
@@ -27,7 +27,6 @@ use crate::{
|
||||
///
|
||||
/// 3. A hash-lock which pays to the market maker immediately if they learn the
|
||||
// payout preimage from the player.
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct SplitSpendInfo {
|
||||
untweaked_ctx: KeyAggContext,
|
||||
tweaked_ctx: KeyAggContext,
|
||||
|
||||
Reference in New Issue
Block a user