Skip to content

Commit ad9758d

Browse files
committed
rm todo
1 parent 649facc commit ad9758d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bindings/napi/blst.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ pub fn blst_verifyMultipleAggregateSignatures(env: napi.Env, cb: napi.CallbackIn
336336
return try env.getBoolean(false);
337337
}
338338

339-
//TODO: don't allocate msgs, pks, sigs
340339
const msgs = try allocator.alloc([32]u8, n_elems);
341340
defer allocator.free(msgs);
342341

0 commit comments

Comments
 (0)