zcash_client_sqlite: Migration fixes and API updates #1301
audits.yml
on: pull_request
Required audits have passed
0s
Annotations
2 errors
unused import: `Typecode`:
zcash_client_sqlite/src/wallet/transparent.rs#L15
error: unused import: `Typecode`
--> zcash_client_sqlite/src/wallet/transparent.rs:15:35
|
15 | use zcash_address::unified::{Ivk, Typecode, Uivk};
| ^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `Typecode`:
zcash_client_sqlite/src/wallet/transparent.rs#L15
error: unused import: `Typecode`
--> zcash_client_sqlite/src/wallet/transparent.rs:15:35
|
15 | use zcash_address::unified::{Ivk, Typecode, Uivk};
| ^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|