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: Repair a missing withdrawal TXID

dashed-slug.net Forums TurtleCoin Adapter extension support Repair a missing withdrawal TXID Reply To: Repair a missing withdrawal TXID

#10093
LeinAd
Participant

INSERT INTO wp_wallets_txs(category,account,address,txid,symbol,amount,fee,status,created_time,updated_time)
VALUES(‘withdraw’,$user_id,$address,$txid,$symbol,$amount,$withdrawal_fee,’done’,NOW(),NOW());

when i do this, it gives the user an negative aviable balance