Expose the channel via which we received a payment
authorElias Rohrer <ero@tnull.de>
Tue, 25 Oct 2022 16:48:34 +0000 (18:48 +0200)
committerElias Rohrer <ero@tnull.de>
Tue, 29 Nov 2022 17:49:49 +0000 (18:49 +0100)
commit0edb0e2f8442e1e1267f19c99c705faa1ce36930
treef1e59d6e4f2586a050def37d92d4ca83c05438e1
parent64b9e83dfed1979adecab83f6efcf10f95ecf987
Expose the channel via which we received a payment

We expose the `channel_id` and `user_channel_id` via which we received a
payment in the `PaymentReceived` event.
lightning/src/ln/chanmon_update_fail_tests.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/functional_tests.rs
lightning/src/util/events.rs
pending_changelog/1856.txt [new file with mode: 0644]