Derive PartialEq for RpcStakeActivation
This commit is contained in:
parent
f641429056
commit
5c6b38a83c
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue