add missing object store for transaction

This commit is contained in:
Florian Dold 2020-07-17 23:04:38 +05:30
parent 9f5e61057e
commit 76697b08fd
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -146,6 +146,7 @@ export async function getTransactions(
Stores.currencies,
Stores.coins,
Stores.denominations,
Stores.exchanges,
Stores.proposals,
Stores.purchases,
Stores.refreshGroups,