librustzcash icon indicating copy to clipboard operation
librustzcash copied to clipboard

zcash_client_sqlite: Fix `select_spendable_notes` to not ignore the `sources` parameter

Open str4d opened this issue 11 months ago • 0 comments

This is ignoring the _sources parameter to select_spendable_notes, and always selecting from both pools. It happens to cause no bugs because zcash_client_backend hard-codes both pools as sources if the feature flags are enabled, but we should fix this anyway.

Originally posted by @str4d in https://github.com/zcash/librustzcash/pull/1182#discussion_r1521502177

str4d avatar Mar 12 '24 16:03 str4d