mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-23 12:38:07 +01:00
utxonursery: typo fix
This commit is contained in:
@@ -552,7 +552,7 @@ func fetchGraduatingOutputs(db *channeldb.DB, wallet *lnwallet.LightningWallet,
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// If no time-locked outputs can be sweeped at this point, ten we can
|
||||
// If no time-locked outputs can be swept at this point, ten we can
|
||||
// exit early.
|
||||
if len(results) == 0 {
|
||||
return nil, nil
|
||||
|
||||
Reference in New Issue
Block a user