gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: update/add exchange before wi


From: gnunet
Subject: [taler-wallet-core] branch master updated: update/add exchange before withdrawal
Date: Thu, 16 Jul 2020 17:21:32 +0200

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 041911a1 update/add exchange before withdrawal
041911a1 is described below

commit 041911a15f7ad7538fbd81dc4c6cc731b5cd39ab
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Jul 16 20:51:22 2020 +0530

    update/add exchange before withdrawal
---
 src/headless/taler-wallet-cli.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/headless/taler-wallet-cli.ts b/src/headless/taler-wallet-cli.ts
index 838e56f6..c9264cae 100644
--- a/src/headless/taler-wallet-cli.ts
+++ b/src/headless/taler-wallet-cli.ts
@@ -925,6 +925,7 @@ testCli
   })
   .action(async (args) => {
     await withWallet(args, async (wallet) => {
+      await wallet.updateExchangeFromUrl(args.withdrawArgs.exchange, true);
       await withdrawTestBalance(
         wallet,
         args.withdrawArgs.amount,

-- 
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]