diff --git a/src/main.zig b/src/main.zig index 3de2c11..0509bab 100644 --- a/src/main.zig +++ b/src/main.zig @@ -321,7 +321,6 @@ const Node = union(enum) { }; } - // TODO remove allocator fn toDot(self: *const Node, str: *std.ArrayList(u8), path: []const u8, parent: []const u8) !void { const comm = try self.commitment(); const hash = comm.mapToScalarField().toBytes();