mirror of
https://github.com/conduition/dlctix.git
synced 2026-01-29 20:55:10 +01:00
add Eq and PartialEq to MarketMaker
This commit is contained in:
@@ -3,7 +3,7 @@ use secp::Point;
|
||||
/// The agent who provides the on-chain capital to facilitate the ticketed DLC.
|
||||
/// Could be one of the players in the DLC, or could be a neutral 3rd party
|
||||
/// who wishes to profit by leveraging their capital.
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||
pub struct MarketMaker {
|
||||
pub pubkey: Point,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user