File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,12 @@ use super::ExecutionProofId;
1616/// and so this number was set to accommodate for the most zkVMs.
1717pub const MAX_PROOF_DATA_BYTES : usize = 3_145_728 ;
1818
19- /// TODO(ethproofs): Set to 1 for the demo.
20- ///
2119/// Minimum number of execution proofs required from different proof types
2220/// before marking an execution payload as available in ZK-VM mode.
2321///
2422/// This provides client diversity - nodes wait for proofs from K different
2523/// zkVM+EL combinations before considering an execution payload available.
26- pub const DEFAULT_MIN_PROOFS_REQUIRED : usize = 1 ;
24+ pub const DEFAULT_MIN_PROOFS_REQUIRED : usize = 2 ;
2725
2826/// Maximum number of execution proofs that can be requested or stored.
2927/// This corresponds to the maximum number of proof types (zkVM+EL combinations)
You can’t perform that action at this time.
0 commit comments