gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: taler-harness: emit CIPHER op


From: gnunet
Subject: [taler-wallet-core] branch master updated: taler-harness: emit CIPHER option in coin config
Date: Sun, 05 Mar 2023 02:07:07 +0100

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 906eddd48 taler-harness: emit CIPHER option in coin config
906eddd48 is described below

commit 906eddd48a08f20e07325f241dc272e5f10e2781
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Mar 5 02:07:04 2023 +0100

    taler-harness: emit CIPHER option in coin config
---
 packages/taler-harness/src/index.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-harness/src/index.ts 
b/packages/taler-harness/src/index.ts
index 370550420..ada573698 100644
--- a/packages/taler-harness/src/index.ts
+++ b/packages/taler-harness/src/index.ts
@@ -336,6 +336,7 @@ deploymentCli
       out += `FEE_REFRESH = ${currency}:0\n`;
       out += `FEE_REFUND = ${currency}:0\n`;
       out += `RSA_KEYSIZE = 2048\n`;
+      out += `CIPHER = RSA\n`;
       out += "\n";
       x = Amounts.add(x, x).amount;
       n++;

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