Skip to content

Commit

Permalink
strum prop
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Jan 3, 2025
1 parent 5db199b commit 181c4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eth/primitives/stratus_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ pub enum StratusError {
Unexpected(#[from] UnexpectedError),

#[error(transparent)]
#[strum(props(kind = "server_state"))]
State(#[from] StateError),
}

Expand Down

0 comments on commit 181c4eb

Please sign in to comment.