mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-09 09:15:35 +02:00
multi: fix some function names in interface comment
Signed-off-by: chuangjinglu <chuangjinglu@outlook.com>
This commit is contained in:
@@ -152,8 +152,9 @@ func (f FeeEstimateInfo) Estimate(estimator chainfee.Estimator,
|
||||
// UtxoSource is an interface that allows a caller to access a source of UTXOs
|
||||
// to use when crafting sweep transactions.
|
||||
type UtxoSource interface {
|
||||
// ListUnspentWitness returns all UTXOs from the default wallet account
|
||||
// that have between minConfs and maxConfs number of confirmations.
|
||||
// ListUnspentWitnessFromDefaultAccount returns all UTXOs from the
|
||||
// default wallet account that have between minConfs and maxConfs
|
||||
// number of confirmations.
|
||||
ListUnspentWitnessFromDefaultAccount(minConfs, maxConfs int32) (
|
||||
[]*lnwallet.Utxo, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user