dashed-slug.net › Forums › Airdrop extension support › Suggestion: Variable amount airdrop › Reply To: Suggestion: Variable amount airdrop
Hello,
Are you using the latest version, 1.1.0
?
In version 1.0.2
I had added some code that deletes airdrop deposits with zero amount. The code runs the following SQL, after each new airdrop:
DELETE FROM
wp_wallets_txs
WHERE
category = 'deposit'
AND amount = 0
AND tags LIKE '%airdrop%';
What happens if you run this code in your MySQL console? (back up your database first for safety, and replace wp_
with your actual DB prefix if it is different)
I ask because this problem should have already been solved. If not, I need to know why not.
If possible, could you please also tell me the version of MySQL that you are running? You can find this in your admin dashboard under “Bitcoin and Altcoin Wallets”.
thank you
with regards