gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix store access


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix store access
Date: Mon, 20 Jan 2020 12:03:00 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 21194fa7 fix store access
21194fa7 is described below

commit 21194fa78137ca0a60487968e32ee9c3941ad812
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 20 12:02:56 2020 +0100

    fix store access
---
 src/operations/history.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/operations/history.ts b/src/operations/history.ts
index 97e3269e..88dc1994 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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]