From e2f7dbe1f5662490fc8bfeb8e32bc6e9d7db0c6c Mon Sep 17 00:00:00 2001 From: Jon Belelieu Date: Thu, 12 Dec 2019 16:08:45 -0500 Subject: [PATCH] Remove unused local var --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index d87a409..5400a79 100644 --- a/index.ts +++ b/index.ts @@ -236,7 +236,7 @@ export class MerkleTree { const layer = this.layers[i] const isRightNode = index % 2 const pairIndex = (isRightNode ? index - 1 : index) - const position = isRightNode ? 'left' : 'right' +// const position = isRightNode ? 'left' : 'right' if (pairIndex < layer.length) { proof.push({