Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Feb 18, 2022
1 parent 9bcb7db commit 6e524a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6e524a2

Please sign in to comment.