fix_: setting best route only when we have it

This commit is contained in:
Sale Djenic 2024-07-29 08:02:02 +02:00 committed by saledjenic
parent e76d93d340
commit 9472e18315
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ func newSuggestedRoutesV2(
suggestedRoutes := &SuggestedRoutesV2{
Uuid: uuid,
Candidates: candidates,
Best: candidates,
TokenPrice: tokenPrice,
NativeChainTokenPrice: nativeChainTokenPrice,
}