mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-19 13:17:32 +02:00
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 | ||