mirror of
https://github.com/status-im/status-go.git
synced 2025-01-12 07:35:02 +00:00
saledjenic
bb9f14233c
fix_: the last known route with positive balance returned if no route without balance/bonder error (#5648)
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.
…
fix_: the last known route with positive balance returned if no route without balance/bonder error (#5648)
Status bindings for go-ethereum
Docs
- How to Build
- How to Contribute
- How to Release
- How to run a Bootnode
- How to run a Mailserver
- How to run a Waku node
- How to configure status-go
Policies
License
Description
Languages
Go
98.6%
Python
0.7%
Shell
0.4%
Makefile
0.1%
Groovy
0.1%