From 9444fdb9859db9b1ea737980cd2174e821e9ae77 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Wed, 26 Mar 2014 21:15:56 -0500 Subject: [PATCH] Make a comment understandable. --- rescan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rescan.go b/rescan.go index c19498e..ad85c0d 100644 --- a/rescan.go +++ b/rescan.go @@ -115,7 +115,7 @@ func (b *rescanBatch) empty() bool { } func (b *rescanBatch) job() *RescanJob { - // Create slice of outpoint points from the batch's set. + // Create slice of outpoints from the batch's set. outpoints := make([]*btcwire.OutPoint, 0, len(b.outpoints)) for outpoint := range b.outpoints { opCopy := outpoint