Skip to content

Commit

Permalink
Update zcash_client_backend/src/data_api/wallet.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d authored Mar 1, 2024
1 parent 0093359 commit 05155a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zcash_client_backend/src/data_api/wallet.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! # Functions for creating Zcash transactions that spend funds belonging to the wallet
//!
//! This module contains several different ways of creating Zcash transactions. This module is
//! designed around the idea that a Zcash wallet holds its funds in notes in either the `orchard`
//! or `sapling` shielded pool. In order to better preserve users' privacy, it does not provide any
//! designed around the idea that a Zcash wallet holds its funds in notes in either the Orchard
//! or Sapling shielded pool. In order to better preserve users' privacy, it does not provide any
//! functionality that allows users to directly spend transparent funds except by sending them to a
//! shielded internal address belonging to their wallet.
//!
Expand Down

0 comments on commit 05155a7

Please sign in to comment.