Commit c371f95
committed
Authenticate Bolt12RefundContext with payment hash
Bolt12RefundContext didn't contain any data, so there wasn't anything to
use to authenticate it. Include the invoice's payment hash so that it
can only be used for the corresponding payment.1 parent 3ddac04 commit c371f95
4 files changed
Lines changed: 26 additions & 8 deletions
File tree
- fuzz/src
- lightning/src
- blinded_path
- ln
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
360 | 361 | | |
361 | 362 | | |
362 | 363 | | |
363 | | - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
364 | 368 | | |
365 | 369 | | |
366 | 370 | | |
| |||
634 | 638 | | |
635 | 639 | | |
636 | 640 | | |
637 | | - | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
638 | 644 | | |
639 | 645 | | |
640 | 646 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10173 | 10173 | | |
10174 | 10174 | | |
10175 | 10175 | | |
10176 | | - | |
| 10176 | + | |
| 10177 | + | |
| 10178 | + | |
10177 | 10179 | | |
10178 | 10180 | | |
10179 | 10181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
657 | | - | |
658 | 657 | | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
659 | 661 | | |
660 | 662 | | |
661 | 663 | | |
| |||
783 | 785 | | |
784 | 786 | | |
785 | 787 | | |
786 | | - | |
787 | 788 | | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
788 | 792 | | |
789 | 793 | | |
790 | 794 | | |
| |||
888 | 892 | | |
889 | 893 | | |
890 | 894 | | |
891 | | - | |
892 | 895 | | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
893 | 899 | | |
894 | 900 | | |
895 | 901 | | |
| |||
2117 | 2123 | | |
2118 | 2124 | | |
2119 | 2125 | | |
2120 | | - | |
2121 | 2126 | | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
2122 | 2130 | | |
2123 | 2131 | | |
2124 | 2132 | | |
| |||
0 commit comments