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

View File

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