gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: syntax


From: gnunet
Subject: [libeufin] branch master updated: syntax
Date: Tue, 31 Mar 2020 18:43:54 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 74461ab  syntax
74461ab is described below

commit 74461ab6f037c45f40c4f10e116462fb177bf008
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 31 18:43:48 2020 +0200

    syntax
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 7ee52e7..c68b61a 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -641,7 +641,7 @@ fun main() {
                         )
                     }
                     TalerIncomingPaymentEntry.find {
-                        TalerIncomingPayments.processed eq false and 
TalerIncomingPayments.valid eq false
+                        TalerIncomingPayments.processed eq false and 
(TalerIncomingPayments.valid eq false)
                     }.forEach {
                         createPain001entry(
                             Pain001Data(

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]