From 55e0dd32c65bcc8cfeddf060b14a9c1665437a17 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 4 Apr 2017 14:32:48 +0200 Subject: [PATCH] utxonursery: typo fix --- utxonursery.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utxonursery.go b/utxonursery.go index dfeb52b8..957f81d9 100644 --- a/utxonursery.go +++ b/utxonursery.go @@ -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. @@ -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