gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: note bug number


From: gnunet
Subject: [libeufin] branch master updated: note bug number
Date: Thu, 28 May 2020 15:19:08 +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 5562010  note bug number
5562010 is described below

commit 5562010d36c62e109c6f8f0af922e81503bf32f0
Author: MS <ms@taler.net>
AuthorDate: Thu May 28 15:19:03 2020 +0200

    note bug number
---
 nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
index b53c7b0..91ae611 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
@@ -280,7 +280,7 @@ object FacadesTable : IdTable<String>() {
     val bankAccountsWrite = text("bankAccountsWrite")
     val bankConnectionsRead = text("bankConnectionsRead")
     val bankConnectionsWrite = text("bankConnectionsWrite")
-    val config = reference("config", TalerFacadeConfigsTable)
+    val config = reference("config", TalerFacadeConfigsTable) // see #6266
 }
 
 class FacadeEntity(id: EntityID<String>) : Entity<String>(id) {

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