lnd.xprv/chainntnfs/btcdnotify
Sam Lewis 93981a85c0 chainntnfs: Fix btcdnotify dispatch race condition
This race condition can occur if a transaction is included in a block
right when a notification is being added to the notifier for it AND when
the confirmation requires > 1 confirmations. In this case, the
confirmation gets added to the confirmation heap twice.
2017-11-13 22:36:25 -08:00
..
btcd.go chainntnfs: Fix btcdnotify dispatch race condition 2017-11-13 22:36:25 -08:00
confheap.go chainntnfs: extend interface test to ensure initial conf height is correct 2017-07-11 17:38:43 -07:00
driver.go multi: switch from btcrpcclient to rpcclient 2017-08-24 18:54:24 -07:00