mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 22:46:40 +01: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. |
||
---|---|---|
.. | ||
assembler.go | ||
canned_assembler.go | ||
coin_select.go | ||
coin_select_test.go | ||
log.go | ||
psbt_assembler.go | ||
psbt_assembler_test.go | ||
wallet_assembler.go |