mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 14:44:01 +01:00
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
API Updates
|
|
===========
|
|
|
|
To improve clarity and uniqueness in identifying forwarded payments, the `PaymentForwarded`
|
|
event now includes counterparty node IDs alongside `ChannelIds`. This change resolves
|
|
potential ambiguity in cases like v1 0conf channel opens, where `ChannelIds` alone may not
|
|
be unique. |