mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 12:01:27 +02:00
channeldb+utxonursery+lnwire: use lnwire's OutPoint,TxOut serialization
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
7f575b688e
commit
f0aa186a56
@@ -567,7 +567,7 @@ func (b *BtcdNotifier) checkConfirmationTrigger(txSha *chainhash.Hash,
|
||||
if confClients, ok := b.confNotifications[*txSha]; ok {
|
||||
// Either all of the registered confirmations will be
|
||||
// dispatched due to a single confirmation, or added to the
|
||||
// conf head. Therefor we unconditionally delete the registered
|
||||
// conf head. Therefore we unconditionally delete the registered
|
||||
// confirmations from the staging zone.
|
||||
defer func() {
|
||||
delete(b.confNotifications, *txSha)
|
||||
|
Reference in New Issue
Block a user