Skip to content

Commit 113fadf

Browse files
committed
refactor(AddZKprogram.ts): remove ZKprogram init method
1 parent 0e23b40 commit 113fadf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

templates/project-ts/src/AddZKprogram.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ export const AddProgram = ZkProgram({
55
publicInput: Field,
66
publicOutput: Field,
77
methods: {
8-
// init: {
9-
// privateInputs: [],
10-
11-
// async method() {},
12-
// },
13-
148
update: {
159
privateInputs: [],
1610
async method(state: Field) {

0 commit comments

Comments
 (0)