00b0c273da
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 |
||
---|---|---|
.. | ||
btcdnotify | ||
interface_test.go | ||
interface.go | ||
log.go |