lnd.xprv/chainntnfs/neutrinonotify
Johan T. Halseth 753f30a6ff
chainntnfs/neutrino: don't ignore failed filter fetches
Earlier GetCFilter could return a nil-error along with a nil-filter in
cases where we failed to fetch the filter. We would just ignore the
block causing us to miss potential crucial information.

Now that GetCFilter will return an error in cases where the fetch
failed, the filter will never be nil (even for blocks with only coinbase
transactions), and we'll instead return an error.

We also increase the number of retries for the filter from the default 2
to 5.
2019-10-15 11:25:31 +02:00
..
driver.go chainntnfs/neutrinonotify: clean up neutrinonotify.New 2019-01-21 13:57:43 -08:00
neutrino_dev.go multi: update build to latest version of neutrino+btcwallet 2019-03-13 15:03:39 -07:00
neutrino.go chainntnfs/neutrino: don't ignore failed filter fetches 2019-10-15 11:25:31 +02:00