mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
multi: move several wait group done calls to defer statements
This commit is contained in:
committed by
Oliver Gugger
parent
27849d3020
commit
10d94f99c0
@@ -288,6 +288,8 @@ func (b *BtcdNotifier) onRedeemingTx(tx *btcutil.Tx, details *btcjson.BlockDetai
|
||||
// notificationDispatcher is the primary goroutine which handles client
|
||||
// notification registrations, as well as notification dispatches.
|
||||
func (b *BtcdNotifier) notificationDispatcher() {
|
||||
defer b.wg.Done()
|
||||
|
||||
out:
|
||||
for {
|
||||
select {
|
||||
@@ -487,7 +489,6 @@ out:
|
||||
break out
|
||||
}
|
||||
}
|
||||
b.wg.Done()
|
||||
}
|
||||
|
||||
// historicalConfDetails looks up whether a confirmation request (txid/output
|
||||
|
Reference in New Issue
Block a user