lnd/chainntnfs/bitcoindnotify
ziggie 02c1264c53
multi: prevent nil panics in stop methods.
With this PR we might call the stop method even when the start
method of a subsystem did not successfully finish therefore we
need to make sure we guard the stop methods for potential panics
if some variables are not initialized in the contructors of the
subsystems.
2024-07-31 14:43:34 +02:00
..
bitcoind_dev.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
bitcoind_test.go bitcoindnotify: add debug logs in unit test 2024-07-24 18:05:06 +08:00
bitcoind.go multi: prevent nil panics in stop methods. 2024-07-31 14:43:34 +02:00
driver.go chainntnfs: test both zmq and rpc bitcoind modes 2022-05-11 09:02:13 +02:00