Skip to content

Commit

Permalink
standard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chm-diederichs committed Aug 11, 2023
1 parent 505399e commit bbb71c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/merkle-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ module.exports = class MerkleTree {
verifyUpgrade (proof) {
const batch = new MerkleTreeBatch(this)

let unverified = verifyTree(proof, this.crypto, batch.nodes)
const unverified = verifyTree(proof, this.crypto, batch.nodes)

if (!proof.upgrade) throw INVALID_OPERATION('Exepected upgrade proof')

Expand Down

0 comments on commit bbb71c6

Please sign in to comment.