Derive PartialEq for RpcStakeActivation
This commit is contained in:
@ -326,7 +326,7 @@ pub enum StakeActivationState {
|
|||||||
Inactive,
|
Inactive,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct RpcStakeActivation {
|
pub struct RpcStakeActivation {
|
||||||
pub state: StakeActivationState,
|
pub state: StakeActivationState,
|
||||||
|
Reference in New Issue
Block a user