You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response of the two different APIs is different, as explained here. The differences are:
transferSteps.tokenOwnerAddress in cli type, and transferSteps.token_owner in server type
from, to, and transferValue are not in the server response, but they are actually not necessary
When the returned maxFlowValue is lower than the requested value (like when we ask for a big amount to know the max flow), the steps are returned along with the maxFlowValue. This is different with the circles-api response where no steps where returned. @louilinn take this into account for Update circles-core dependency and use new pathfinder service circles-myxogastria#630
No description provided.
The text was updated successfully, but these errors were encountered: