Skip to content

zcash_client_sqlite: Fix incorrect input selection filtering when sen…

Sign in for the full log view
GitHub Actions / Clippy (MSRV) failed Mar 27, 2024 in 0s

Clippy (MSRV)

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.65.0 (897e37553 2022-11-02)
  • cargo 1.65.0 (4bc8f24d3 2022-10-20)
  • clippy 0.1.65 (897e375 2022-11-02)

Annotations

Check failure on line 408 in zcash_client_backend/src/data_api/wallet/input_selection.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (MSRV)

cannot find value `orchard_outputs` in this scope

error[E0425]: cannot find value `orchard_outputs` in this scope
   --> zcash_client_backend/src/data_api/wallet/input_selection.rs:408:31
    |
408 |             let use_sapling = orchard_outputs.is_empty() || amount_required > orchard_input_total;
    |                               ^^^^^^^^^^^^^^^ not found in this scope

Check failure on line 408 in zcash_client_backend/src/data_api/wallet/input_selection.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (MSRV)

cannot find value `orchard_outputs` in this scope

error[E0425]: cannot find value `orchard_outputs` in this scope
   --> zcash_client_backend/src/data_api/wallet/input_selection.rs:408:31
    |
408 |             let use_sapling = orchard_outputs.is_empty() || amount_required > orchard_input_total;
    |                               ^^^^^^^^^^^^^^^ not found in this scope