gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: case sensitive?


From: gnunet
Subject: [taler-deployment] branch master updated: case sensitive?
Date: Tue, 08 Mar 2022 15:51:34 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 15769c4  case sensitive?
15769c4 is described below

commit 15769c4d5b59d8b49d2ef820fb57a6aecd017517
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Mar 8 15:51:30 2022 +0100

    case sensitive?
---
 bin/taler-deployment-config-generate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index ed69fcb..7a891b3 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -54,7 +54,7 @@ def coin(
     rsa_keysize="2048",
 ):
     sec = "coin_" + obj.currency + "_" + name
-    obj.cfg_put(sec, "cipher", "rsa")
+    obj.cfg_put(sec, "cipher", "RSA")
     obj.cfg_put(sec, "value", obj.currency + ":" + value)
     obj.cfg_put(sec, "duration_withdraw", d_withdraw)
     obj.cfg_put(sec, "duration_spend", d_spend)

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