gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (9f5e6105 -> 56eff481)


From: gnunet
Subject: [taler-wallet-core] branch master updated (9f5e6105 -> 56eff481)
Date: Fri, 17 Jul 2020 19:39:32 +0200

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

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

    from 9f5e6105 upgrade rollup; bundle TS directly
     new 76697b08 add missing object store for transaction
     new 56eff481 update/add exchange before withdrawing test balance

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/headless/helpers.ts        | 1 +
 src/operations/transactions.ts | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/headless/helpers.ts b/src/headless/helpers.ts
index aa6fa975..67ba62df 100644
--- a/src/headless/helpers.ts
+++ b/src/headless/helpers.ts
@@ -142,6 +142,7 @@ export async function withdrawTestBalance(
   bankBaseUrl = "https://bank.test.taler.net/";,
   exchangeBaseUrl = "https://exchange.test.taler.net/";,
 ): Promise<void> {
+  await myWallet.updateExchangeFromUrl(exchangeBaseUrl, true);
   const reserveResponse = await 
myWallet.acceptManualWithdrawal(exchangeBaseUrl, Amounts.parseOrThrow(amount));
 
   const reservePub = reserveResponse.reservePub;
diff --git a/src/operations/transactions.ts b/src/operations/transactions.ts
index bdb68a3b..85cd8716 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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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