Commit a3e0241
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 4d0d073 commit a3e0241
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10323 | 10323 | | |
10324 | 10324 | | |
10325 | 10325 | | |
10326 | | - | |
10327 | | - | |
| 10326 | + | |
| 10327 | + | |
10328 | 10328 | | |
10329 | 10329 | | |
10330 | 10330 | | |
| |||
| 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