From 9ce634f0257b0a383d9c4eea4c62718711b75bb9 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:10:59 +0200 Subject: [PATCH] remove outdated comment --- src/main.zig | 1 - 1 file changed, 1 deletion(-) 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();