test: fix state test

This commit is contained in:
agureev 2026-06-23 14:53:22 +04:00
parent 4239b44338
commit 973061e88f

View File

@ -3193,7 +3193,7 @@ pub mod tests {
Program::serialize_instruction(instruction).unwrap(),
vec![
InputAccountIdentity::PrivateAuthorizedUpdate {
vpk: to_keys.vpk(),
vpk: from_keys.vpk(),
esk: [0; 32],
nsk: from_keys.nsk,
membership_proof: state
@ -3202,7 +3202,7 @@ pub mod tests {
identifier: 0,
},
InputAccountIdentity::PrivateAuthorizedUpdate {
vpk: from_keys.vpk(),
vpk: to_keys.vpk(),
esk: [0; 32],
nsk: to_keys.nsk,
membership_proof: state