Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
garbados committed Jan 27, 2018
1 parent 28a3c6d commit 0d528d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -26,7 +26,6 @@ class MerkleTree {
this.digestFn = digestFn
}
const leaves = data.map(this.digestFn)
console.log(leaves)
this._levels = [leaves].concat(this._derive(leaves))
}

Expand Down

0 comments on commit 0d528d7

Please sign in to comment.