Fix crypto wallet: correct MySQL INSERT IGNORE syntax, improve error logging
- Replace invalid 'ON CONFLICT DO NOTHING' (PostgreSQL) with 'INSERT IGNORE' (MySQL)
for user_crypto_wallets upsert
- Use repr() and full traceback in exception logging so blank-message exceptions
are still diagnosable
Co-Authored-By:
Claude Sonnet 4.6 <noreply@anthropic.com>
Showing
Please
register
or
sign in
to comment