fix(tests): rename leftover PrivateUnauthorized to PrivateForeignInit and regenerate fixture

This commit is contained in:
Marvin Jones 2026-07-23 10:49:19 -04:00
parent 6562dc5b34
commit a5f7197da1
2 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ fn init_note_view_tag_is_derived_from_account_keys() {
let (output, proof) = execute_and_prove(
vec![account],
Program::serialize_instruction(()).unwrap(),
vec![InputAccountIdentity::PrivateUnauthorized {
vec![InputAccountIdentity::PrivateForeignInit {
vpk: keys.vpk(),
random_seed: [0; 32],
npk: keys.npk(),