dashed-slug.net › Forums › Exchange extension support › bad orders issue › Reply To: bad orders issue
July 23, 2019 at 7:55 am
#6630
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.