Skip to content

[fix] #1350 Time of transactions not being saved on SQLite table

Fix time passed on fromTransactionDTO() in app/lib/dal/indexDAL/sqlite/SqliteTransactions.ts not being set on transaction object resulting to transactions not having time information in SQLite txs table.

Merge request reports