Skip to content

Commit

Permalink
utxonursery: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Apr 4, 2017
1 parent 5e7655b commit 55e0dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utxonursery.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
// re-organized out of the chain.
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
// restarted, lastGraduatedHeightKey is used to determine the point
// from which it's necessary to catch up.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 55e0dd3

Please sign in to comment.