gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: check normalized subject


From: gnunet
Subject: [libeufin] branch master updated: check normalized subject
Date: Wed, 10 Jun 2020 16:43:49 +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 4d4b760  check normalized subject
4d4b760 is described below

commit 4d4b7602b966a49a965b43ad18ab3031ffa5a452
Author: MS <ms@taler.net>
AuthorDate: Wed Jun 10 16:43:45 2020 +0200

    check normalized subject
---
 nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt
index a664b7b..d4c1da1 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt
@@ -453,7 +453,7 @@ fun ingestTalerTransactions() {
             // Incoming payment.
             if (it.transactionType == "CRDT") {
                 val normalizedSubject = 
normalizeSubject(it.unstructuredRemittanceInformation)
-                if 
(CryptoUtil.checkValidEddsaPublicKey(it.unstructuredRemittanceInformation)) {
+                if (CryptoUtil.checkValidEddsaPublicKey(normalizedSubject)) {
                     TalerIncomingPaymentEntity.new {
                         payment = it
                         valid = true

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