Skip to content

Commit 8ac5f2b

Browse files
authored
Merge pull request #2586 from halseth/neutrinonotify-return-on-rescan-error
chainnrnfs/neutrino: return on historicalConf error
2 parents e5d660d + 19ecc19 commit 8ac5f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chainntnfs/neutrinonotify/neutrino.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ out:
315315
)
316316
if err != nil {
317317
chainntnfs.Log.Error(err)
318+
return
318319
}
319320

320321
// If the historical dispatch finished

0 commit comments

Comments
 (0)