Merge pull request #2359 from joostjager/nursery-bound-var
utxonursery: fix bound variable bug
This commit is contained in:
commit
e6623f98b3
@ -807,7 +807,7 @@ func (u *utxoNursery) sweepMatureOutputs(classHeight uint32,
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
u.wg.Add(1)
|
u.wg.Add(1)
|
||||||
go u.waitForSweepConf(classHeight, &output, resultChan)
|
go u.waitForSweepConf(classHeight, &local, resultChan)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user