Make a comment understandable.

This commit is contained in:
Josh Rickmar 2014-03-26 21:15:56 -05:00
parent d4bee3656c
commit 9444fdb985

View file

@ -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