From b5d5dd302a0a92ae78663f391ba89fdcbedb3848 Mon Sep 17 00:00:00 2001 From: arkadiuszos4chain Date: Mon, 25 Mar 2024 14:09:43 +0100 Subject: [PATCH] fix(BUX-644): remove redundant comment --- transports/authentication.go | 1 - 1 file changed, 1 deletion(-) diff --git a/transports/authentication.go b/transports/authentication.go index bb3dd30..3a51108 100644 --- a/transports/authentication.go +++ b/transports/authentication.go @@ -99,7 +99,6 @@ func getDerivedKeyForDestination(xPriv *bip32.ExtendedKey, dst *models.Destinati } } - // Get the private key if key, err = bitcoin.GetPrivateKeyFromHDKey(derivedKey); err != nil { return }