mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-21 06:06:20 +02:00
chainntnfs: Implement quit signal in TxConfNotifier.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
2639b58e4b
commit
280e264e8c
@@ -316,7 +316,10 @@ func (n *NeutrinoNotifier) notificationDispatcher() {
|
||||
}
|
||||
}
|
||||
|
||||
n.txConfNotifier.Register(&msg.ConfNtfn, txConf)
|
||||
err = n.txConfNotifier.Register(&msg.ConfNtfn, txConf)
|
||||
if err != nil {
|
||||
chainntnfs.Log.Error(err)
|
||||
}
|
||||
|
||||
case *blockEpochRegistration:
|
||||
chainntnfs.Log.Infof("New block epoch subscription")
|
||||
|
Reference in New Issue
Block a user