change pda reserved identifier

This commit is contained in:
Sergio Chouhy
2026-04-27 18:45:19 -03:00
parent 85a6763490
commit 924b30650c
3 changed files with 3 additions and 3 deletions
@@ -17,7 +17,7 @@ use nssa_core::{
};
use risc0_zkvm::{guest::env, serde::to_vec};
const PRIVATE_PDA_FIXED_IDENTIFIER: u128 = 0;
const PRIVATE_PDA_FIXED_IDENTIFIER: u128 = u128::MAX;
/// State of the involved accounts before and after program execution.
struct ExecutionState {