lnd/lntest/mock
Oliver Gugger efa36ce8f2
lntest+lnwallet: add AddressInfo to WalletController
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.
2022-03-24 14:13:05 +01:00
..
chainio.go multi: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
chainnotifier.go multi: run gosimports 2022-02-10 11:02:01 +01:00
secretkeyring.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
signer.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
spendnotifier.go multi: run gosimports 2022-02-10 11:02:01 +01:00
walletcontroller.go lntest+lnwallet: add AddressInfo to WalletController 2022-03-24 14:13:05 +01:00