rust-lightning/pending_changelog/3358-include-counterparty-id-in-payment-forwarded.txt
2024-12-11 23:00:33 +05:30

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.