dashed-slug.net › Forums › TurtleCoin Adapter extension support › Repair a missing withdrawal TXID › Reply To: Repair a missing withdrawal TXID
February 26, 2021 at 12:07 pm
#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