From f7e15db3bc3fe1dc75f05a3adcd86fb257005a82 Mon Sep 17 00:00:00 2001 From: Shandar Denys Date: Sat, 21 Oct 2023 22:03:18 +0300 Subject: [PATCH] remove log --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 0c8b1ce..8b3ea21 100644 --- a/index.js +++ b/index.js @@ -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) {