From 4e7bd45d4cfaf51411438b4bc322346841dcf0b5 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 29 Mar 2021 08:50:00 -0700 Subject: [PATCH] Derive PartialEq for StakeActivationState --- 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,