transparent: Fix bugs in AccountPubKey::derive_pubkey_at_bip32_path
#1030
audits.yml
on: pull_request
Required audits have passed
0s
Annotations
1 error and 3 warnings
this expression creates a reference which is immediately dereferenced by the compiler:
zcash_transparent/src/keys.rs#L620
error: this expression creates a reference which is immediately dereferenced by the compiler
--> zcash_transparent/src/keys.rs:620:42
|
620 | assert_eq!(pubkey_to_address(&account_pubkey.0.public_key()), address);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `account_pubkey.0.public_key()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
|
Check licenses
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Vet Rust dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Required audits have passed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|