Remove artifact

This commit is contained in:
Miguel Mota 2019-12-18 17:33:22 -08:00
parent 3beadbace5
commit 1b100e3a3a
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ export class MerkleTree {
const layer = this.layers[i]
const isRightNode = index % 2
const pairIndex = (isRightNode ? index - 1 : index)
// const position = isRightNode ? 'left' : 'right'
if (pairIndex < layer.length) {
proof.push({