Merge pull request #2586 from halseth/neutrinonotify-return-on-rescan-error
chainnrnfs/neutrino: return on historicalConf error
This commit is contained in:
commit
8ac5f2bb17
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user