Derive PartialEq for StakeActivationState
This commit is contained in:
committed by
mergify[bot]
parent
a6b7dcb3c6
commit
4e7bd45d4c
@ -315,7 +315,7 @@ pub struct RpcSupply {
|
||||
pub non_circulating_accounts: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
||||
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub enum StakeActivationState {
|
||||
Activating,
|
||||
|
Reference in New Issue
Block a user