gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: nullable creditor BIC


From: gnunet
Subject: [libeufin] branch master updated: nullable creditor BIC
Date: Thu, 18 Jun 2020 18:04:02 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 4c5b5fe  nullable creditor BIC
4c5b5fe is described below

commit 4c5b5fe24fbb5224f2946d8f21559bf24bdb5c68
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Jun 18 21:33:45 2020 +0530

    nullable creditor BIC
---
 nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt   | 2 +-
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
index 9528839..2f9f71d 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
@@ -173,7 +173,7 @@ object PaymentInitiationsTable : LongIdTable() {
     val endToEndId = long("EndToEndId")
     val subject = text("subject")
     val creditorIban = text("creditorIban")
-    val creditorBic = text("creditorBic")
+    val creditorBic = text("creditorBic").nullable()
     val creditorName = text("creditorName")
     val debitorIban = text("debitorIban")
     val debitorBic = text("debitorBic")
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 52e7b90..b5f495f 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -449,8 +449,8 @@ fun serverMain(dbName: String) {
             return@intercept
         }
 
-        lessFrequentBackgroundTasks(client)
-        moreFrequentBackgroundTasks(client)
+        //lessFrequentBackgroundTasks(client)
+        //moreFrequentBackgroundTasks(client)
         routing {
             /**
              * Shows information about the requesting user.

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