utxonursery: typo fix

This commit is contained in:
Olaoluwa Osuntokun
2017-04-04 14:32:48 +02:00
parent 5e7655be54
commit 55e0dd32c6

View File

@@ -552,7 +552,7 @@ func fetchGraduatingOutputs(db *channeldb.DB, wallet *lnwallet.LightningWallet,
return nil, err 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. // exit early.
if len(results) == 0 { if len(results) == 0 {
return nil, nil return nil, nil