mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 01:23:51 +02:00
chainnrnfs/neutrino: return on historicalConf error
Would otherwise update height hint cache even on error during rescan.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user