gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: comment


From: gnunet
Subject: [libeufin] branch master updated: comment
Date: Fri, 17 Sep 2021 17:31:02 +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 b42fc32  comment
b42fc32 is described below

commit b42fc3221e789540f1a182e3e851c962106ddf61
Author: ms <ms@taler.net>
AuthorDate: Fri Sep 17 17:30:59 2021 +0200

    comment
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
index 9b4e7ef..9c0a279 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
@@ -104,6 +104,12 @@ class SandboxConfigEntity(id: EntityID<Long>) : 
LongEntity(id) {
     var hostname by SandboxConfigsTable.hostname
 }
 
+/**
+ * Currently, this entity is never associated with a bank account,
+ * as those get only paired with Ebics subscribers!  Eventually, a
+ * Ebics subscriber should map to a SandboxUserEntity that in turn
+ * will own bank accounts.
+ */
 object SandboxUsersTable : LongIdTable() {
     val username = text("username")
     val passwordHash = text("password")

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