Skip to content

Commit

Permalink
fix issue querying notes
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Sep 10, 2024
1 parent ad30ad6 commit bb4dd30
Show file tree
Hide file tree
Showing 3 changed files with 1,168 additions and 1,109 deletions.
3 changes: 0 additions & 3 deletions zcash_client_backend/src/data_api/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ pub struct TransactionSummary<AccountId> {
memo_count: usize,
expired_unmined: bool,
is_shielding: bool,
raw: Vec<u8>,
}

impl<AccountId> TransactionSummary<AccountId> {
Expand All @@ -119,7 +118,6 @@ impl<AccountId> TransactionSummary<AccountId> {
memo_count: usize,
expired_unmined: bool,
is_shielding: bool,
raw: &[u8],
) -> Self {
Self {
account_id,
Expand All @@ -135,7 +133,6 @@ impl<AccountId> TransactionSummary<AccountId> {
memo_count,
expired_unmined,
is_shielding,
raw: raw.to_vec(),
}
}

Expand Down
Loading

0 comments on commit bb4dd30

Please sign in to comment.