Commit 5643fbe
committed
Remove redundant bolt11_payment.rs
With `pay_for_bolt11_invoice` now handling payment and route parameter
extraction within `ChannelManager`, the utility functions in
`bolt11_payment.rs` have become unnecessary. This commit removes the
redundant code and associated tests, streamlining the implementation.1 parent dfbf3ad commit 5643fbe
3 files changed
+0
-165
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2041 | 2041 | | |
2042 | 2042 | | |
2043 | 2043 | | |
2044 | | - | |
2045 | | - | |
2046 | | - | |
2047 | 2044 | | |
2048 | 2045 | | |
2049 | 2046 | | |
| |||
2383 | 2380 | | |
2384 | 2381 | | |
2385 | 2382 | | |
2386 | | - | |
2387 | 2383 | | |
2388 | 2384 | | |
2389 | 2385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments