gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: enable batch withdrawal in be


From: gnunet
Subject: [taler-wallet-core] branch master updated: enable batch withdrawal in bench1
Date: Fri, 06 May 2022 15:36:19 +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 9641299d enable batch withdrawal in bench1
9641299d is described below

commit 9641299d6cb82cbc60dd9f5863a76c751dcdfacd
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri May 6 15:36:08 2022 +0200

    enable batch withdrawal in bench1
---
 packages/taler-wallet-cli/src/bench1.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-cli/src/bench1.ts 
b/packages/taler-wallet-cli/src/bench1.ts
index c7e570b4..d7c35136 100644
--- a/packages/taler-wallet-cli/src/bench1.ts
+++ b/packages/taler-wallet-cli/src/bench1.ts
@@ -88,6 +88,7 @@ export async function runBench1(configJson: any): 
Promise<void> {
       if (trustExchange) {
         wallet.setInsecureTrustExchange();
       }
+      wallet.setBatchWithdrawal(true);
       await wallet.client.call(WalletApiOperation.InitWallet, {});
     }
 

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