1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-22 22:25:26 +01:00
eclair/eclair-core
Bastien Teinturier 02abc3a7e5
Allow plain outgoing_node_id in blinded payment_relay (#2943)
When we're the introduction node of a trampoline blinded path, we
previously only allowed our custom `wallet_node_id` format when a
`short_channel_id` was not included. But we actually can allow plain
`node_id`s as well, as we only need to know the public key.

We've rejected some payments in the past months because they included an
`outgoing_node_id` that didn't use the wallet format: by removing that
limitation we ensure that those payments will be correctly relayed in
the future.
2024-11-22 10:31:22 +01:00
..
src Allow plain outgoing_node_id in blinded payment_relay (#2943) 2024-11-22 10:31:22 +01:00
eclair-cli Automatically disable from_future_htlc when abused (#2928) 2024-10-15 11:18:33 +02:00
pom.xml Update Bitcoin Core to 27.2 (#2940) 2024-11-20 15:51:25 +01:00