This commit is contained in:
jonesmarvin8 2026-02-27 10:49:00 -05:00
parent 87c251b6e2
commit 157495ad59

View File

@ -1332,7 +1332,8 @@ pub mod tests {
AccountId::new([0; 32]),
);
let large_data: Vec<u8> = vec![0; nssa_core::account::data::DATA_MAX_LENGTH_IN_BYTES + 1];
let large_data: Vec<u8> =
vec![0; nssa_core::account::data::DATA_MAX_LENGTH.as_u64() as usize + 1];
let result = execute_and_prove(
vec![public_account],