Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinidadec committed Oct 21, 2023
1 parent 3dc19c0 commit e738db9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ 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 Expand Up @@ -65,4 +66,4 @@ const get = root => file => {

//get('mnb8j83rgrch8hgb8rbz28d64ec2wranzbzxcy4ebypd8')('out')
//get('2va87tc3cqebgg6wagd9dwe36e2vgcpdxjd26enj4c0xh')('out')
get('2va87tc3cqebgg6wagd9dwe36e2vgcpdxjd26enj4c0xh')('out')
get('d963x31mwgb8svqe0jmkxh8ar1f8p2dawebnan4aj6hvd')('out')

0 comments on commit e738db9

Please sign in to comment.