mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-17 13:39:39 +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 {
|
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(
|
let csk = secp256k1::SecretKey::from_byte_array(
|
||||||
*hash_value
|
*hash_value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user