gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: note


From: gnunet
Subject: [libeufin] branch master updated: note
Date: Mon, 30 Aug 2021 12:44:54 +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 bed2845  note
bed2845 is described below

commit bed2845678995fe64ebd4ad98b2b65ab416eec83
Author: MS <ms@taler.net>
AuthorDate: Sun Aug 29 23:44:51 2021 -1100

    note
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 41028c7..445af9c 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -132,12 +132,15 @@ class Camt053Tick : CliktCommand(
         dbCreateTables(dbConnString)
         transaction {
             BankAccountEntity.all().forEach { accountIter->
+                /**
+                 * TBD: here the statements for each account need to be 
generated.
+                 */
                 val accountRet = mutableListOf<String>()
                 BankAccountFreshTransactionEntity.all().forEach { freshTx ->
                     accountRet.add(
                         "${freshTx.transactionRef.subject}: " +
                                 "${freshTx.transactionRef.amount} 
${freshTx.transactionRef.currency} " +
-                                "${freshTx.transactionRef.direction}"
+                                freshTx.transactionRef.direction
                     )
                 }
                 println("Bank account ${accountIter.label} found fresh 
transactions:")

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