mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
de71195bcb
After the error is received on the filter update errChan, update the EndHeight if we're performing a historical scan. If a block was mined after the call to RegisterConf/RegisterSpend but before the filter was updated, then the block would not have the filter applied. This means that a block containing the desired conf/spend parameters would be undetected. Fix this by ensuring the historical scan also includes this height, as it would previously not be included. |
||
---|---|---|
.. | ||
driver.go | ||
neutrino_dev.go | ||
neutrino.go |