I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: bad orders issue

dashed-slug.net Forums Exchange extension support bad orders issue Reply To: bad orders issue

#6630
alexg
Keymaster

@davej Fees are not stored somewhere, they simply stay with the site’s hot wallet, and they stop belonging to the user who pays them.

About the exchange issue, to be clear, you see orders with a zero amount remaining on the bid/ask tables. I will investigate again and get back to you.

If possible, could you please run the SQL query that I mentioned above? That is:

SELECT amount,filled,status FROM wp_wallets_orders WHERE ( amount - filled ) < 0.00000001 AND amount > filled;

If you could show me the output it would be very helpful.

(Don’t forget to substitute wp_ with whatever your DB table prefix is)

Thank you.