File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
packages/sequencer/src/protocol/production/tasks Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ export type CompiledCircuitsRecord = {
2121 runtimeCircuits : VKRecord ;
2222} ;
2323
24- type VKRecordLite = Record <
25- string ,
26- { vk : { hash : string ; data : string } ; index : string }
27- > ;
24+ type VKRecordLite = Record < string , { vk : { hash : string ; data : string } } > ;
2825
2926export class UndefinedSerializer implements TaskSerializer < undefined > {
3027 public toJSON ( parameters : undefined ) : string {
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import {
1818 ProofTaskSerializer ,
1919} from "../../../helpers/utils" ;
2020import { TaskWorkerModule } from "../../../worker/worker/TaskWorkerModule" ;
21- import { PreFilledWitnessProvider } from "../../../state/prefilled/PreFilledWitnessProvider" ;
2221import { CompileRegistry } from "../helpers/CompileRegistry" ;
2322
2423import {
You can’t perform that action at this time.
0 commit comments