File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -250,14 +250,6 @@ function ZkProgram<
250250 rawMethods : {
251251 [ I in keyof Config [ 'methods' ] ] : Methods [ I ] [ 'method' ] ;
252252 } ;
253- provers : {
254- [ I in keyof Config [ 'methods' ] ] : RegularProver <
255- InferProvableOrUndefined < Get < Config , 'publicInput' > > ,
256- InferProvableOrVoid < Get < Config , 'publicOutput' > > ,
257- PrivateInputs [ I ] ,
258- InferProvableOrUndefined < AuxiliaryOutputs [ I ] >
259- > ;
260- } ;
261253 proofsEnabled : boolean ;
262254 setProofsEnabled ( proofsEnabled : boolean ) : void ;
263255} & {
@@ -549,7 +541,6 @@ function ZkProgram<
549541 rawMethods : Object . fromEntries (
550542 methodKeys . map ( ( key ) => [ key , methods [ key ] . method ] )
551543 ) as any ,
552- provers : regularProvers ,
553544 proofsEnabled : doProving ,
554545 setProofsEnabled ( proofsEnabled : boolean ) {
555546 doProving = proofsEnabled ;
You can’t perform that action at this time.
0 commit comments