fix_: setting best route only when we have it
This commit is contained in:
parent
e76d93d340
commit
9472e18315
|
@ -175,7 +175,6 @@ func newSuggestedRoutesV2(
|
|||
suggestedRoutes := &SuggestedRoutesV2{
|
||||
Uuid: uuid,
|
||||
Candidates: candidates,
|
||||
Best: candidates,
|
||||
TokenPrice: tokenPrice,
|
||||
NativeChainTokenPrice: nativeChainTokenPrice,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue