mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
efa36ce8f2
We need to be able to query the watch-only wallet about a public key when trying to sign with a key that we don't know the family or index of. The easiest way to do that is to leverage the wallet's address index to query the derivation path for a public key. To give the RPC wallet access to that functionality, we need to expose the method on the WalletController interface. |
||
---|---|---|
.. | ||
chainio.go | ||
chainnotifier.go | ||
secretkeyring.go | ||
signer.go | ||
spendnotifier.go | ||
walletcontroller.go |