Derive PartialEq for RpcStakeActivation

This commit is contained in:
Michael Vines 2021-04-13 12:33:46 -07:00
parent f641429056
commit 5c6b38a83c
1 changed files with 1 additions and 1 deletions

View File

@ -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,