Files
pallectrum/electrum
f321x f1900e493d Fix assertion error in ln payments when using same seed in multiple wallets.
Make path calculation check if channel is not in our sending channels but still uses our nodeID as starting node of the path.

I noticed an assertion error when trying to pay an invoice from a seed i have opened channels with in different wallet instances (same seed, different wallet).
Because the channel seemed suitable for sending the payment path finding included the channel for sending in the first position of the route but then
in pay_to_route the channel for route[0] could not be found as it is not included in our channel list, causing the assert and payment to fail.
2025-04-11 14:04:51 +02:00
..
2025-02-04 09:43:40 +01:00
2025-02-10 14:22:50 +01:00
2025-04-02 16:21:59 +00:00
2025-03-10 19:42:37 +01:00
2025-04-02 14:56:53 +00:00
2025-03-05 10:29:26 +01:00
2025-02-19 14:29:02 +01:00
2025-04-10 10:22:29 +02:00
2025-03-13 10:17:10 +01:00
2025-04-02 16:21:59 +00:00
2025-03-17 10:47:19 +01:00
2025-04-10 10:22:29 +02:00
2024-11-29 17:09:29 +08:00
2025-04-02 16:21:59 +00:00
2025-04-10 10:22:29 +02:00
2025-04-10 10:22:29 +02:00
2025-02-28 16:46:29 +00:00
2025-04-02 16:21:59 +00:00
2025-04-10 10:22:29 +02:00
2025-01-23 12:58:28 +01:00