mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-22 15:13:07 +00:00
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:
parent
537eeb63dc
commit
eaee772c86
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user