summaryrefslogtreecommitdiff
path: root/src/operations/history.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-20 12:02:56 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-20 12:02:56 +0100
commit21194fa78137ca0a60487968e32ee9c3941ad812 (patch)
tree60983d89044e037ec21611ea4b5239a044aab78a /src/operations/history.ts
parentb837fd7f53d885601a8c5f668da233b240387638 (diff)
downloadwallet-core-21194fa78137ca0a60487968e32ee9c3941ad812.tar.gz
wallet-core-21194fa78137ca0a60487968e32ee9c3941ad812.tar.bz2
wallet-core-21194fa78137ca0a60487968e32ee9c3941ad812.zip
fix store access
Diffstat (limited to 'src/operations/history.ts')
-rw-r--r--src/operations/history.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/history.ts b/src/operations/history.ts
index 97e3269e8..88dc19945 100644
--- a/src/operations/history.ts
+++ b/src/operations/history.ts
@@ -168,6 +168,7 @@ export async function getHistory(
[
Stores.currencies,
Stores.coins,
+ Stores.denominations,
Stores.exchanges,
Stores.exchangeUpdatedEvents,
Stores.proposals,