You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the administration function that looks up the " last trade" function has little "x" side of the reported last trade. When you press this the trade is actually deleted from the data base leading to negative and screwed up user wallet balance as if the trades they made never happened.
This leads to negative number in users wallet .
How do you fix the balance. I tried opening up the
\opentrade\server\database\sqlite.db
and
\opentrade\accountsserver\database\sqlite_accounts.db
with Sqlite browser and editing them eventually all the data is written back again when the opentrade connects with the Coin wallet.
IS there another data base that information is saved for users
" last trade" function causes problems by deleting some data leading to negative numbers in users Wallet.
the "x" should not delete any records. This caused a lot of problems.
The text was updated successfully, but these errors were encountered:
Do not use this function if you are not exactly sure what you are doing.
Do not edit database with external instruments if you are not exactly sure what you are doing.
The negative balance should be fixed from admin panel -> Check Balance tab.
Do not use this function if you are not exactly sure what you are doing.
Do not edit database with external instruments if you are not exactly sure what you are doing.
The negative balance should be fixed from admin panel -> Check Balance tab.
Please tell us what is admin " last trade" function has little "x" side function is for and what is meant for?. this is why I am here to learn about this program and contribute to the cryptocurrency best I can. Others people on this forum will benefit too as it goes forward.
Thanks for your help
I thought it would allow the admin scroll through the last trade but it actually seems to delete the,
The problem occurred before external browser for sqlite used. It occurs when " last trade" function has little "x" side used
I already used " check balance " and pressing on "fix" tab did not work.
It is essential that exchange should have function to adjust balance. It is necessary when you are hacked or if you need to refund a user
the administration function that looks up the " last trade" function has little "x" side of the reported last trade. When you press this the trade is actually deleted from the data base leading to negative and screwed up user wallet balance as if the trades they made never happened.
This leads to negative number in users wallet .
How do you fix the balance. I tried opening up the
\opentrade\server\database\sqlite.db
and
\opentrade\accountsserver\database\sqlite_accounts.db
with Sqlite browser and editing them eventually all the data is written back again when the opentrade connects with the Coin wallet.
IS there another data base that information is saved for users
" last trade" function causes problems by deleting some data leading to negative numbers in users Wallet.
the "x" should not delete any records. This caused a lot of problems.
The text was updated successfully, but these errors were encountered: