From 6e524a216023a50fe1ab62b0f6a4767a53559c7a Mon Sep 17 00:00:00 2001 From: Daniel Izdebski Date: Fri, 18 Feb 2022 11:15:37 +0100 Subject: [PATCH] Remove comment --- test/integration.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration.test.ts b/test/integration.test.ts index 158537ed..ba04c2a3 100644 --- a/test/integration.test.ts +++ b/test/integration.test.ts @@ -331,7 +331,6 @@ describe("Integration Test", function() { const tree = migrationTrees[i]; const { user, index } = group.pickRandom(); const signature = user.signRaw(withdrawerAddress).sol; - // The new stateID in the migration tree is the position user in the group const withdrawProof = tree.getWithdrawProof(user.stateID, index); await withdrawManager .connect(withdrawer)