lnd.xprv/chainntnfs
Olaoluwa Osuntokun 00b0c273da
chainntnfs: ConfirmationEvent now returns details of tx confirmation
This commit modifies the ChainNotifier interface, specifically the
ConfirmationEvent struct to now return additional details concerning
the exact location in the chain that the transaction was confirmed at.

This information will be very useful within the new routing package, as
within the network, channels are identified via their channel-ID which
is a compact encoding of: blockHeight | txIndex | outputIndex
2016-12-27 16:43:56 -08:00
..
btcdnotify chainntfns/btcdnotify: close channels for all epoch clients on shutdown 2016-12-15 13:53:46 -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