utxonursery: typo fix
This commit is contained in:
parent
5e7655be54
commit
55e0dd32c6
@ -39,7 +39,7 @@ var (
|
|||||||
// re-organized out of the chain.
|
// re-organized out of the chain.
|
||||||
kindergartenBucket = []byte("kdg")
|
kindergartenBucket = []byte("kdg")
|
||||||
|
|
||||||
// lastGraduatedHeightKey is used to persist the last blockheight that
|
// lastGraduatedHeightKey is used to persist the last block height that
|
||||||
// has been checked for graduating outputs. When the nursery is
|
// has been checked for graduating outputs. When the nursery is
|
||||||
// restarted, lastGraduatedHeightKey is used to determine the point
|
// restarted, lastGraduatedHeightKey is used to determine the point
|
||||||
// from which it's necessary to catch up.
|
// from which it's necessary to catch up.
|
||||||
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user