We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dec228 commit 870d8a2Copy full SHA for 870d8a2
src/lib/provable/gadgets/runtime-table.ts
@@ -2,7 +2,7 @@
2
* This module defines the `RuntimeTable` class, which represents a runtime table used in zk-SNARKs.
3
*/
4
5
-import { assert } from "console";
+import { assert } from '../../util/assert.js';
6
import { Field } from "../field.js";
7
import { Gates } from "../gates.js";
8
0 commit comments