Commit 1d0aca0
committed
Prevent Duplicate
Ensures `InvoiceReceived` events are not generated multiple times
when `manually_handle_bolt12_invoice` is enabled.
Duplicate events for the same invoice could cause confusion—this
change introduces an idempotency check to prevent that.InvoiceReceived Events with Idempotency Check1 parent 5bc9ffa commit 1d0aca0
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12477 | 12477 | | |
12478 | 12478 | | |
12479 | 12479 | | |
| 12480 | + | |
| 12481 | + | |
| 12482 | + | |
| 12483 | + | |
| 12484 | + | |
| 12485 | + | |
| 12486 | + | |
| 12487 | + | |
| 12488 | + | |
| 12489 | + | |
| 12490 | + | |
| 12491 | + | |
| 12492 | + | |
| 12493 | + | |
| 12494 | + | |
| 12495 | + | |
| 12496 | + | |
12480 | 12497 | | |
12481 | 12498 | | |
12482 | 12499 | | |
| |||
0 commit comments