additional lint fix

This commit is contained in:
jonesmarvin8 2026-01-22 18:25:57 -05:00
parent d1a2234cc5
commit 6e18f46965

View File

@ -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);