Skip to navigation
DigitalOcean Referral Badge

Get $200 credit on DigitalOcean

Hostinger logo

Hostinger: Lightning-fast hosting, unbeatable uptime, top-notch support!

Open extra topbar

⚠ Action required: Security patch to Bitcoin and Altcoin Wallets

⚠ Action required: Security patch to Bitcoin and Altcoin Wallets

Latest security patch to Bitcoin and Altcoin Wallets for WordPress.

Version 3.7.3 of Bitcoin and Altcoin Wallets is a security patch that addresses an important bug.

Please upgrade to this latest version as soon as possible.

With this update, all transactions that are in an unconfirmed or pending state will be counted towards user balances. Any stale transactions that were never confirmed by the user or admin, will need to be cancelled. Otherwise, some user balances will appear decreased.

If you need to cancel pending/unconfirmed transactions older than 1 day, you can use a query like the following:

UPDATE
	wp_wallets_txs
SET
	status = 'cancelled'
WHERE
	status IN ( 'unconfirmed', 'pending' ) AND
	created_time < NOW() - INTERVAL 1 DAY;

Please contact me if you require any assistance with this.

Comments:0

Leave a Reply

Your email address will not be published. Required fields are marked *