lnd.xprv/chainntnfs
bryanvu def39799c5 chainntnfs: handling for potential deadlocks during system shutdown
If the lnd daemon is shut down while multiple subsystems are attempting
to register for notifications, the blocking of those chain notifier
registrations may cause the daemon shutdown to deadlock. The additions
in this commit allow the registration functions to return errors rather
than potentially deadlock when the chain notifier is shut down.
2017-01-03 16:23:07 -08:00
..
btcdnotify chainntnfs: handling for potential deadlocks during system shutdown 2017-01-03 16:23:07 -08:00
interface_test.go chainntnfs: ConfirmationEvent now returns details of tx confirmation 2016-12-27 16:43:56 -08:00
interface.go chainntnfs: ConfirmationEvent now returns details of tx confirmation 2016-12-27 16:43:56 -08:00
log.go chainntnfs: add cross interface implementation tests 2016-09-01 19:13:10 -07:00