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 }