From e12dd46ef39395979b31f5d503735d1a9eac1a36 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 18:16:44 +0000 Subject: [PATCH] Derive PartialEq for StakeActivationState (#16196) (cherry picked from commit 4e7bd45d4cfaf51411438b4bc322346841dcf0b5) Co-authored-by: Michael Vines --- client/src/rpc_response.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/rpc_response.rs b/client/src/rpc_response.rs index 644cdee09d..73b39f8666 100644 --- a/client/src/rpc_response.rs +++ b/client/src/rpc_response.rs @@ -315,7 +315,7 @@ pub struct RpcSupply { pub non_circulating_accounts: Vec, } -#[derive(Serialize, Deserialize, Clone, Debug)] +#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)] #[serde(rename_all = "camelCase")] pub enum StakeActivationState { Activating,