mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
3e36adf476
This commit removes the call toe `ListLeasedOutputs` in `LeaseOutput` - the returned info from `ListLeasedOutputs` can easily be accessed via `FetchInputInfo` and this info is only used at one callsite. `ListLeasedOutputs` then becomes unnecessary here, plus it's very slow and needs to be refactored in `btcwallet` instead. |
||
---|---|---|
.. | ||
chainio.go | ||
chainnotifier.go | ||
secretkeyring.go | ||
signer.go | ||
spendnotifier.go | ||
walletcontroller.go |