Problem
Transactions service (lines 216-251) handles both hash and transaction_hash columns. This dual-column handling should be resolved with a migration.
What To Build
- Run migration to unify column name
- Remove dual-column handling code
- Update all references
Files To Touch
- src/modules/transactions/transactions.service.ts — lines 216-251
Acceptance Criteria
Mandatory Checks
Problem
Transactions service (lines 216-251) handles both
hashandtransaction_hashcolumns. This dual-column handling should be resolved with a migration.What To Build
Files To Touch
Acceptance Criteria
Mandatory Checks