Skip to content

Commit

Permalink
Derive PartialEq for RpcStakeActivation
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 13, 2021
1 parent f641429 commit 5c6b38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/rpc_response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ pub enum StakeActivationState {
Inactive,
}

#[derive(Serialize, Deserialize, Clone, Debug)]
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
#[serde(rename_all = "camelCase")]
pub struct RpcStakeActivation {
pub state: StakeActivationState,
Expand Down

0 comments on commit 5c6b38a

Please sign in to comment.