Commit 6ecd7b5
committed
Remove redundant
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.bolt11_payment.rs
1 parent 6fefa66 commit 6ecd7b5
3 files changed
+0
-221
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2032 | 2032 | | |
2033 | 2033 | | |
2034 | 2034 | | |
2035 | | - | |
2036 | | - | |
2037 | | - | |
2038 | 2035 | | |
2039 | 2036 | | |
2040 | 2037 | | |
| |||
2360 | 2357 | | |
2361 | 2358 | | |
2362 | 2359 | | |
2363 | | - | |
2364 | 2360 | | |
2365 | 2361 | | |
2366 | 2362 | | |
| |||
| 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