Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinidadec committed Oct 21, 2023
1 parent e738db9 commit f7e15db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const getBuffer = root => {
console.log(hash)
let address = ''
const parity = getParityBit(hash)
console.log(parity)
for(let j = 0; j < 45; j++) {
let uint5 = Number(hash & 0b11111n)
if (j == 44) {
Expand Down

0 comments on commit f7e15db

Please sign in to comment.