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 bench1


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix bench1
Date: Tue, 07 Jun 2022 13:45:14 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 244b99cf fix bench1
244b99cf is described below

commit 244b99cfbd88478e45248cb830ce9755300da79c
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Tue Jun 7 13:45:11 2022 +0200

    fix bench1
---
 packages/taler-wallet-cli/src/bench1.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/bench1.ts 
b/packages/taler-wallet-cli/src/bench1.ts
index 9c3f013b..955d5b92 100644
--- a/packages/taler-wallet-cli/src/bench1.ts
+++ b/packages/taler-wallet-cli/src/bench1.ts
@@ -184,5 +184,5 @@ const codecForBench1Config = () =>
     .property("deposits", codecOptional(codecForNumber()))
     .property("currency", codecForString())
     .property("restartAfter", codecOptional(codecForNumber()))
-    .property("withdrawOnly", codecOptional(codecForBoolean())
+    .property("withdrawOnly", codecOptional(codecForBoolean()))
     .build("Bench1Config");

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