Make a comment understandable.
This commit is contained in:
parent
d4bee3656c
commit
9444fdb985
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue