Add DiversifiableIncomingViewingKey
#111
Annotations
1 error and 2 warnings
Run Clippy:
src/lib.rs#L727
error: using `clone` on type `zip32::DiversifierKey` which implements the `Copy` trait
--> src/zip32.rs:727:17
|
727 | dk: self.dk.clone(),
| ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.dk`
|
= note: `-D clippy::clone-on-copy` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
|
Run Clippy
clippy-action doesn't have permissions to view Check Runs, disabling!
|
Run Clippy
Resource not accessible by integration
|
Loading