-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(core): dvm to evm - allow users to send more than the expected amt #1243
Conversation
✅ Deploy Preview for quantumbridge ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
9f8e5f6
to
f1b0134
Compare
* chore(e2e): added testcases for more than required fun transfer * added e2e for DFI verification * added DFI test case to check less than expected amount
This pull request is stale because it has been open for 90 days without any activity. Please remove the stale label or this will be closed in 14 days. |
This pull request is stale because it has been open for 90 days without any activity. Please remove the stale label or this will be closed in 14 days. |
This pull request is stale because it has been open for 90 days without any activity. Please remove the stale label or this will be closed in 14 days. |
What this PR does / why we need it:
Currently, we are receiving a lot of refund requests due to Error Code 3 - Balance Not Matched. And the difference in the amount is very minute, eg.: Expected amount is 1.001, but user sent 1.002
So to reduce the number of refund requests, we will modify the condition and allow users to send more funds than expected.
Which issue(s) does this PR fixes?:
Fixes #
Additional comments?:
Developer Checklist: