From 15999371564020edd3259b172383b449eb7e72c4 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Thu, 19 Oct 2023 17:12:27 +0530 Subject: [PATCH] Update floEthereum.js --- scripts/floEthereum.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/floEthereum.js b/scripts/floEthereum.js index e9e1f35..6187b59 100644 --- a/scripts/floEthereum.js +++ b/scripts/floEthereum.js @@ -4,7 +4,6 @@ 'use strict'; const floEthereum = EXPORTS; -// onlyEvenY is usually false. It is needed to be true only when taproot private keys are input const ethAddressFromPrivateKey = floEthereum.ethAddressFromPrivateKey = function(privateKey, onlyEvenY = false){ var t1,t1_x,t1_y,t2,t3,t4; t1 = bitjs.newPubkey(privateKey);