diff --git a/json/src/account.rs b/json/src/account.rs index c2f24e8..c25d62f 100644 --- a/json/src/account.rs +++ b/json/src/account.rs @@ -94,7 +94,7 @@ pub struct BalanceTransferAccountOptions { utxos: Option>, } -#[derive(Debug, Serialize, Deserialize)] +#[derive(Debug, Serialize, Deserialize, PartialEq, Eq)] #[serde(rename_all = "camelCase")] pub struct AccountHistory { pub owner: String,