Skip to content

Commit

Permalink
zcash_client_sqlite: Trivial documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Nov 13, 2024
1 parent 8c95260 commit 7dab03a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zcash_client_sqlite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@ impl<C: Borrow<rusqlite::Connection>, P: consensus::Parameters> InputSource for
)
}

/// Returns metadata for the spendable notes in the wallet. At present,
/// only [`NoteFilter::ExceedsMinValue`] is supported.
/// Returns metadata for the spendable notes in the wallet.
fn get_account_metadata(
&self,
account_id: Self::AccountId,
Expand Down

0 comments on commit 7dab03a

Please sign in to comment.