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