Skip to content

Commit 4b1e41b

Browse files
committed
update comment to current size
1 parent 52f3053 commit 4b1e41b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prover/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ pub fn verify_with_options(
961961
vm_proof.table_counts.validate()?;
962962

963963
// Bound num_private_input_pages before allocating PageConfigs.
964-
// MAX_PRIVATE_INPUT_SIZE fits in ~26 pages of DEFAULT_PAGE_SIZE.
964+
// MAX_PRIVATE_INPUT_SIZE fits in ~257 pages of DEFAULT_PAGE_SIZE.
965965
{
966966
use crate::tables::page::DEFAULT_PAGE_SIZE;
967967
use executor::vm::memory::MAX_PRIVATE_INPUT_SIZE;

0 commit comments

Comments
 (0)