mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
Previously, some methods on a LightningChannel like SettleHTLC and FailHTLC would identify HTLCs by payment hash. This would not always work correctly if there are multiple HTLCs with the same payment hash, so instead we change these methods to identify HTLCs by their unique identifiers instead. |
||
---|---|---|
.. | ||
circuit.go | ||
failure.go | ||
interfaces.go | ||
iterator.go | ||
link.go | ||
link_test.go | ||
log.go | ||
mailbox.go | ||
mailbox_test.go | ||
mock.go | ||
packet.go | ||
queue.go | ||
queue_test.go | ||
switch.go | ||
switch_test.go | ||
test_utils.go |