mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-25 08:33:08 +00:00
additional lint fix
This commit is contained in:
parent
d1a2234cc5
commit
6e18f46965
@ -100,9 +100,7 @@ impl KeyNode for ChildKeysPrivate {
|
||||
hasher.update([7u8]);
|
||||
hasher.update([0u8; 22]);
|
||||
|
||||
NullifierPublicKey {
|
||||
0: <HashType>::from(hasher.finalize_fixed()),
|
||||
}
|
||||
NullifierPublicKey(<HashType>::from(hasher.finalize_fixed()))
|
||||
};
|
||||
|
||||
let vpk = ViewingPublicKey::from_scalar(vsk);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user