taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 76697b08fd657a7796a8910d5fe8c2dd0bbe74f6
parent 9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 17 Jul 2020 23:04:38 +0530

add missing object store for transaction

Diffstat:
Msrc/operations/transactions.ts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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,