Skip to content

Commit

Permalink
Add ChallengesFilter::All
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveMovesAhead committed May 13, 2024
1 parent d20df0b commit 934ccb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tig-protocol/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub enum BlockFilter {
pub enum ChallengesFilter {
Id(String),
Name(String),
All,
}
#[derive(Debug, Clone, PartialEq)]
pub enum FraudsFilter {
Expand Down

0 comments on commit 934ccb0

Please sign in to comment.