Merge pull request #2586 from halseth/neutrinonotify-return-on-rescan-error

chainnrnfs/neutrino: return on historicalConf error
This commit is contained in:
Conner Fromknecht
2019-02-05 18:09:02 -08:00
committed by GitHub

View File

@@ -315,6 +315,7 @@ out:
) )
if err != nil { if err != nil {
chainntnfs.Log.Error(err) chainntnfs.Log.Error(err)
return
} }
// If the historical dispatch finished // If the historical dispatch finished