Skip to content

Commit 3d6df01

Browse files
committed
derive Eq for PogMusigF
1 parent 4c50f67 commit 3d6df01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tx-graph/src/pog_musig_functor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::transactions::{
1212

1313
/// Functor like data structure for holding an arbitrary data structure that is matched with each of
1414
/// the inputs of the peg-out graph.
15-
#[derive(Debug, Clone, Serialize, Deserialize)]
15+
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
1616
pub struct PogMusigF<T> {
1717
/// Data associated with the challenge transaction input.
1818
pub challenge: T,

0 commit comments

Comments
 (0)