From 21194fa78137ca0a60487968e32ee9c3941ad812 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Jan 2020 12:02:56 +0100 Subject: fix store access --- src/operations/history.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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, -- cgit v1.2.3