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
reserve sends network total received amount from the trade.
reserve.trade API returns totalAmount as return value.
network reads total amount and claims the full amount.
network sends trader the full amount.
This fix requires API change = reserve interface should be updated across all deployed reserves.
The text was updated successfully, but these errors were encountered:
ilanDoron
changed the title
Send token "change" when using maxDestAmount on Kyber trade
Send excess tokens when using maxDestAmount on Kyber trade
Oct 17, 2019
Current trade flow (assuming maxDestAmount is valid):
required fixes:
This fix requires API change = reserve interface should be updated across all deployed reserves.
The text was updated successfully, but these errors were encountered: