diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-07-17 23:04:38 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-07-17 23:04:38 +0530 |
commit | 76697b08fd657a7796a8910d5fe8c2dd0bbe74f6 (patch) | |
tree | 6e26c68bf1d5a953cedcb5cfb6ca8f60e02197c3 | |
parent | 9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab (diff) |
add missing object store for transaction
-rw-r--r-- | src/operations/transactions.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/transactions.ts b/src/operations/transactions.ts index bdb68a3bb..85cd87167 100644 --- a/src/operations/transactions.ts +++ b/src/operations/transactions.ts @@ -146,6 +146,7 @@ export async function getTransactions( Stores.currencies, Stores.coins, Stores.denominations, + Stores.exchanges, Stores.proposals, Stores.purchases, Stores.refreshGroups, |