lnd/chainntnfs
Olaoluwa Osuntokun 0873c4da76
chainntnfs: add multi-client txid support for confirmation notifications
This commit adds multi-client support for confirmation notification of
the same transaction. Within the daemon there might be scenarios where
multiple goroutines are waiting for the same transaction to be
confirmed in order to properly fulfill their tasks. Previously if
multiple clients were registered for the same txid confirmation
notification, then only the client who registered last would receive
the notification.
2016-09-12 19:07:16 -07:00
..
btcdnotify chainntnfs: add multi-client txid support for confirmation notifications 2016-09-12 19:07:16 -07:00
interface.go chainntfns: implement RegisterBlockEpochNtfn for BtcdNotifier, add tests 2016-09-12 19:07:08 -07:00
interface_test.go chainntnfs: add multi-client txid support for confirmation notifications 2016-09-12 19:07:16 -07:00
log.go chainntnfs: add cross interface implementation tests 2016-09-01 19:13:10 -07:00