mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-24 03:03:09 +00:00
fmt
This commit is contained in:
parent
a581298da2
commit
1bcdc6638f
@ -66,7 +66,7 @@ impl KeyNode for ChildKeysPublic {
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
let cssk = nssa::PrivateKey::try_new(
|
||||
let cssk = nssa::PrivateKey::try_new({
|
||||
cssk.add_tweak(&Scalar::from_be_bytes(*self.cssk.value()).unwrap())
|
||||
.expect("Expect a valid Scalar")
|
||||
.secret_bytes()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user