Skip to content

Commit 7896905

Browse files
committed
Fixed linting
1 parent 2c8d407 commit 7896905

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/sequencer/src/protocol/production/tasks/CircuitCompilerTask.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ export class DefaultSerializer implements TaskSerializer<undefined> {
2222
}
2323
}
2424

25-
function vkMaker(input: { data: string; hash: string }): VerificationKey {
26-
return new VerificationKey({ data: input.data, hash: Field(input.hash) });
27-
}
28-
2925
export class VKResultSerializer implements TaskSerializer<VKRecord> {
3026
public toJSON(input: VKRecord): string {
3127
const temp: VKRecordLite = Object.keys(input).reduce<VKRecordLite>(

packages/sequencer/test/settlement/MinaActionsHashList.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import "reflect-metadata";
12
import {
23
ACTIONS_EMPTY_HASH,
34
MinaActions,

0 commit comments

Comments
 (0)