This commit is contained in:
jonesmarvin8 2026-01-22 18:24:19 -05:00
parent 74fa7c9435
commit d1a2234cc5

View File

@ -43,9 +43,7 @@ impl KeyNode for ChildKeysPrivate {
hasher.update([7u8]);
hasher.update([0u8; 23]);
NullifierPublicKey {
0: <HashType>::from(hasher.finalize_fixed()),
}
NullifierPublicKey(<HashType>::from(hasher.finalize_fixed()))
};
let vpk = ViewingPublicKey::from_scalar(vsk);