zcash_client_backend: Ensure we use the correct scope for transparent secret key derivation.

This commit is contained in:
Kris Nuttycombe 2024-02-14 15:01:47 -07:00
parent 7a5852598e
commit 0ef5cad2ff
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ where
let secret_key = usk
.transparent()
.derive_external_secret_key(address_metadata.address_index())
.derive_secret_key(address_metadata.scope(), address_metadata.address_index())
.unwrap();
builder.add_transparent_input(