Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dex): use null varbinary for tx_from and tx_to in test view
- Use cast(null as varbinary) for tx_from and tx_to - These fields are only for testing and not used in production - Keep production code unchanged
- Loading branch information