WIP #103
Annotations
10 errors
Run Clippy:
src/lib.rs#L39
error[E0432]: unresolved import `keys::ViewingKey`
--> src/lib.rs:39:83
|
39 | pub use keys::{Diversifier, NullifierDerivingKey, ProofGenerationKey, SaplingIvk, ViewingKey};
| ^^^^^^^^^^ no `ViewingKey` in `keys`
|
Run Clippy:
src/lib.rs#L386
error[E0412]: cannot find type `ViewingKey` in this scope
--> src/keys.rs:386:37
|
386 | pub fn to_viewing_key(&self) -> ViewingKey {
| ^^^^^^^^^^ not found in this scope
|
Run Clippy:
src/lib.rs#L387
error[E0422]: cannot find struct, variant or union type `ViewingKey` in this scope
--> src/keys.rs:387:9
|
387 | ViewingKey {
| ^^^^^^^^^^ not found in this scope
|
Run Clippy:
src/lib.rs#L96
error[E0616]: field `nk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:96:89
|
96 | let nk_internal = NullifierDerivingKey(PROOF_GENERATION_KEY_GENERATOR * i_nsk + fvk.nk.0);
| ^^ private field
|
Run Clippy:
src/lib.rs#L102
error[E0616]: field `ak` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:102:21
|
102 | ak: fvk.ak.clone(),
| ^^ private field
|
Run Clippy:
src/lib.rs#L708
error[E0616]: field `nk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:708:41
|
708 | Scope::External => self.fvk.nk,
| ^^ private field
|
Run Clippy:
src/lib.rs#L709
error[E0616]: field `nk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:709:59
|
709 | Scope::Internal => self.derive_internal().fvk.nk,
| ^^ private field
|
Run Clippy:
src/lib.rs#L724
error[E0616]: field `ovk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:724:41
|
724 | Scope::External => self.fvk.ovk,
| ^^^ private field
|
Run Clippy:
src/lib.rs#L725
error[E0616]: field `ovk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:725:59
|
725 | Scope::Internal => self.derive_internal().fvk.ovk,
| ^^^ private field
|
Run Clippy:
src/lib.rs#L760
error[E0609]: no field `vk` on type `keys::FullViewingKey`
--> src/zip32.rs:760:18
|
760 | self.fvk.vk.to_payment_address(diversifier)
| ^^ help: a field with a similar name exists: `ak`
|
The logs for this run have expired and are no longer available.
Loading