lnd/chainntnfs/neutrinonotify
eugene de71195bcb
chainntnfs/neutrinonotify: update EndHeight after filter update
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.
2021-08-27 14:12:02 -04:00
..
driver.go chainntnfs: add block cache to NeutrinoNotifier 2021-04-28 09:59:50 +02:00
neutrino_dev.go chainntnfs/neutrinonotify: make chainUpdates a buffered chan 2021-08-27 14:12:01 -04:00
neutrino.go chainntnfs/neutrinonotify: update EndHeight after filter update 2021-08-27 14:12:02 -04:00