Skip to content
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

Market event history - Transaction fee error #485

Open
1 task
clouths opened this issue Feb 11, 2024 · 1 comment
Open
1 task

Market event history - Transaction fee error #485

clouths opened this issue Feb 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@clouths
Copy link

clouths commented Feb 11, 2024

What is happening?

When opening the Market and the event history, if you look at the amount of a transaction fee, you will see that the amount does include the buy order.

example

What should happen?

The transaction fee section is only showing the transaction amount

When it is done?

  • The transaction fee section must only show the transaction amount
@clouths clouths converted this from a draft issue Feb 11, 2024
@clouths clouths added the bug Something isn't working label Feb 11, 2024
@clouths clouths moved this from Triage to TODO in Game Server Feb 12, 2024
@aqpanaciy
Copy link

The transaction is carried out correctly in debugging. Tax and principal messages are generated at the end, which leads to the output of incorrect information. Quick fix - splitting one transaction into two solves the problem. It is necessary to check other procedures for paying taxes - perhaps the same problem exists there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: TODO
Development

No branches or pull requests

2 participants