Derive PartialEq for StakeActivationState (#16196)
(cherry picked from commit 4e7bd45d4c
)
Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
@ -315,7 +315,7 @@ pub struct RpcSupply {
|
|||||||
pub non_circulating_accounts: Vec<String>,
|
pub non_circulating_accounts: Vec<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub enum StakeActivationState {
|
pub enum StakeActivationState {
|
||||||
Activating,
|
Activating,
|
||||||
|
Reference in New Issue
Block a user