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
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Set the Affiliate Fee percentage to a value different than zero results in zero value for the affiliate config:
Changing the implementation to this one below works as intended:
But then we can not complete the market buy orders because the computation to get the eth amount required does not take in account the additional eth value needed for the fees, this implementation under src/store/relayer/actions solves the issue:
Set the Affiliate Fee percentage to a value different than zero results in zero value for the affiliate config:
Changing the implementation to this one below works as intended:
But then we can not complete the market buy orders because the computation to get the eth amount required does not take in account the additional eth value needed for the fees, this implementation under src/store/relayer/actions solves the issue:
Using Asset buyer solves this issue also.
The text was updated successfully, but these errors were encountered: