cf1a6631f8
The Router algorithm is checking all the routes in order to find one the user has a balance to execute it even that one is not the cheapest one. But if the user has some balances, but not enough to execute any of suggested routes, we we're returning the last route which was checked, with the changes from this commit we will return the last route for which the user has some balance, but not enough. |
||
---|---|---|
.. | ||
pathprocessor | ||
errors.go | ||
fees.go | ||
filter.go | ||
filter_test.go | ||
router.go | ||
router_send_type.go | ||
router_v2.go | ||
router_v2_test.go | ||
router_v2_test_data.go |