Skip to content

Commit

Permalink
Update zcash_client_memory/src/mem_wallet/wallet_read.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Olding <[email protected]>
  • Loading branch information
ec2 and willemolding authored Aug 27, 2024
1 parent 916a170 commit ba63cac
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions zcash_client_memory/src/mem_wallet/wallet_read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,16 +210,6 @@ impl WalletRead for MemoryWalletDb {
&self,
_min_confirmations: u32,
) -> Result<Option<WalletSummary<Self::AccountId>>, Self::Error> {
// let summary = WalletSummary::new(
// account_balances,
// chain_tip_height,
// fully_scanned_height,
// None,
// next_sapling_subtree_index,
// #[cfg(feature = "orchard")]
// next_orchard_subtree_index,
// );
// Ok(Some(summary))
todo!()
}

Expand Down

0 comments on commit ba63cac

Please sign in to comment.