1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 14:50:46 +01:00
eclair/eclair-node-gui
Bastien Teinturier bbfbad5975
Validate payment secret when decoding (#1840)
The `payment_secret` feature was made mandatory in #1810 and is the default
in other implementations as well. We can thus force it to be available when
decoding onion payloads, which simplifies downstream components (no need
to handle the case where a `payment_secret` may be missing anymore).

We also rename messages in `PaymentInitiator` to remove the confusion with
Bolt 11 payment requests.
2021-06-11 18:11:37 +02:00
..
modules Rework packaging (#1307) 2020-02-24 15:42:26 +01:00
src Validate payment secret when decoding (#1840) 2021-06-11 18:11:37 +02:00
pom.xml Set version to 0.6.1-SNAPSHOT (#1813) 2021-05-19 15:08:42 +02:00