Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ejMina226 committed Oct 29, 2024
1 parent f0d13e0 commit 3a5ba7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/test/fees-multi-zkprograms.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { TestingAppChain } from "../src";

// This test is designed to check what happens when we have multiple zkPrograms.
// Currently, the hardcoded maximum for methods per zkProgram is 8 (see Runtime.ts).
// We will create 20 runtime methods to ensure 2 zkPrograms are created.
// We will create 20 runtime methods to ensure 3 zkPrograms are created.

@runtimeModule()
class TestModule1 extends RuntimeModule<unknown> {
Expand Down

0 comments on commit 3a5ba7e

Please sign in to comment.