Skip to content

Commit

Permalink
fix(BUX-644): remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszos4chain committed Mar 25, 2024
1 parent 14c089a commit b5d5dd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transports/authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b5d5dd3

Please sign in to comment.