mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-09-04 04:45:12 +00:00
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 {
|
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))
|
outpoints := make([]*btcwire.OutPoint, 0, len(b.outpoints))
|
||||||
for outpoint := range b.outpoints {
|
for outpoint := range b.outpoints {
|
||||||
opCopy := outpoint
|
opCopy := outpoint
|
||||||
|
|
Loading…
Add table
Reference in a new issue