Skip to content

Commit 5b21391

Browse files
committed
derive Eq for PegOutGraphInput
1 parent 3d6df01 commit 5b21391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tx-graph/src/peg_out_graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use crate::{
2929
///
3030
/// This data is shared between various operators and verifiers and is used to construct the peg out
3131
/// graph deterministically.
32-
#[derive(Debug, Clone, Serialize, Deserialize)]
32+
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
3333
pub struct PegOutGraphInput {
3434
/// The [`OutPoint`] of the stake transaction
3535
pub stake_outpoint: OutPoint,

0 commit comments

Comments
 (0)