Commit 1be4d42
fetchinvoice: don't abort() if we try to fetch an invoice from ourselves.
blindedpath.c does:
```
size_t num = tal_count(route);
if (!num)
abort();
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>1 parent d953c68 commit 1be4d42
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
605 | 610 | | |
606 | 611 | | |
607 | 612 | | |
| |||
0 commit comments