Skip to content

Commit

Permalink
Allow comparing AccountHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Jun 18, 2024
1 parent de24488 commit 982f616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub struct BalanceTransferAccountOptions {
utxos: Option<Vec<UTXO>>,
}

#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub struct AccountHistory {
pub owner: String,
Expand Down

0 comments on commit 982f616

Please sign in to comment.