OpenPerpetuum / PerpetuumServer

The Open Perpetuum Project's fork of the Perpetuum Standalone Server
https://openperpetuum.com
Other
43 stars 21 forks source link

Market event history - Transaction fee error #485

Open clouths opened 5 months ago

clouths commented 5 months ago

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?

andrey-at-home commented 3 months ago

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.