Skip to content

Commit

Permalink
Merge pull request johncantrell97#3 from itchysats/need-to-be-able-to…
Browse files Browse the repository at this point in the history
…-compare-script-status

Derive `Eq` and `PartialEq` for `ScriptStatus`
  • Loading branch information
da-kami authored Nov 17, 2022
2 parents faed20d + 8ad2cf1 commit 7b4b2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ where
}
}

#[derive(Debug, Copy, Clone)]
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
pub enum ScriptStatus {
Unseen,
InMempool,
Expand Down

0 comments on commit 7b4b2bf

Please sign in to comment.