lnd/lntest/mock
yyforyongyu 3e36adf476
mulit: remove ListLeasedOutputs in LeaseOutput
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.
2024-08-09 22:01:57 +08:00
..
chainio.go multi: add GetBlockHeader to BlockChainIO 2023-10-27 11:05:27 -04:00
chainnotifier.go chainntfns: add new option for conf notifications to send block 2022-08-01 19:59:21 -07:00
secretkeyring.go multi: add tag option to SignMessageSchnorr 2023-10-30 21:39:39 -05:00
signer.go input+lnwallet: modify musig2 interfaces use explicit optional local nonces 2023-09-18 11:42:13 -07:00
spendnotifier.go multi: run gosimports 2022-02-10 11:02:01 +01:00
walletcontroller.go mulit: remove ListLeasedOutputs in LeaseOutput 2024-08-09 22:01:57 +08:00