Commit e4559cf
committed
refactor(common): improve funding logic for addresses
Refactored the `_get_funded_addresses` function to handle the `amount`
parameter more explicitly. If `amount` is provided, it is used for both
`fund_amount` and `min_amount`. Otherwise, default values are applied.
This change improves code clarity.1 parent 18f50d4 commit e4559cf
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | | - | |
354 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
355 | 360 | | |
356 | 361 | | |
357 | 362 | | |
| |||
0 commit comments