mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-02 00:52:13 +02:00
Clarification that KeyDescriptor describes the public key in raw_key_bytes and the key_loc identifies the private key. Helps clarify responses from calls like DeriveKey and DeriveNextKey from WalletKit. Fixes #5899