Commit 625785c
committed
Update
Aligned the `create_refund_builder` logic with
`create_offer_builder` by updating it to use `create_blinded_paths`.
Now that custom routers can be passed via
`create_refund_builder_using_router`, the default builder can
consistently generate full-length blinded paths without branching
logic.
This simplifies the default behavior while keeping flexibility
available for custom use cases.create_refund_builder to use create_blinded_paths
1 parent ec8b5b9 commit 625785c
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10287 | 10287 | | |
10288 | 10288 | | |
10289 | 10289 | | |
10290 | | - | |
10291 | | - | |
| 10290 | + | |
10292 | 10291 | | |
10293 | 10292 | | |
10294 | 10293 | | |
| |||
10320 | 10319 | | |
10321 | 10320 | | |
10322 | 10321 | | |
10323 | | - | |
10324 | | - | |
| 10322 | + | |
| 10323 | + | |
10325 | 10324 | | |
10326 | 10325 | | |
10327 | 10326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| 457 | + | |
457 | 458 | | |
458 | 459 | | |
459 | 460 | | |
460 | | - | |
| 461 | + | |
461 | 462 | | |
462 | 463 | | |
463 | 464 | | |
| |||
0 commit comments