Update key_protocol/src/key_management/key_tree/keys_public.rs

Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
This commit is contained in:
jonesmarvin8 2026-01-14 10:51:11 -05:00 committed by GitHub
parent 537eeb63dc
commit eaee772c86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ impl KeyNode for ChildKeysPublic {
}
fn nth_child(&self, cci: u32) -> Self {
let hash_value = self.clone().compute_hash_value(cci);
let hash_value = self.compute_hash_value(cci);
let csk = secp256k1::SecretKey::from_byte_array(
*hash_value