mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
Merge pull request #2359 from joostjager/nursery-bound-var
utxonursery: fix bound variable bug
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user