chainntnfs/neutrinonotify: fix rebase Conflict compilation issue

This commit is contained in:
Olaoluwa Osuntokun 2021-08-30 19:16:16 -07:00
parent 844874252f
commit 3b026c401c
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -179,7 +179,6 @@ func (n *NeutrinoNotifier) startNotifier() error {
)
if err != nil {
n.txUpdates.Stop()
n.chainUpdates.Stop()
return err
}