gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix copy-and-paste error


From: gnunet
Subject: [libeufin] branch master updated: fix copy-and-paste error
Date: Thu, 14 Oct 2021 14:36:55 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 3496436  fix copy-and-paste error
3496436 is described below

commit 34964367552b191d2121fdce7ea6e8619eec0b92
Author: ms <ms@taler.net>
AuthorDate: Thu Oct 14 14:36:52 2021 +0200

    fix copy-and-paste error
---
 nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
index 37c710c..b22fc7f 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
@@ -608,7 +608,7 @@ class EbicsBankConnectionProtocol: BankConnectionProtocol {
             it.add(Paragraph("Verschlüsselungsschlüssel").setFontSize(24f))
             writeCommon(it)
             it.add(Paragraph("Öffentlicher Schlüssel (Public encryption key)"))
-            writeKey(it, ebicsSubscriber.customerSignPriv)
+            writeKey(it, ebicsSubscriber.customerEncPriv)
             it.add(Paragraph("\n"))
             writeSigLine(it)
         }

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