gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix name


From: gnunet
Subject: [libeufin] branch master updated: fix name
Date: Fri, 05 Feb 2021 13:25:36 +0100

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 8e529d8  fix name
8e529d8 is described below

commit 8e529d8867ddb871a249bf630d8e4f9ce3179b6a
Author: MS <ms@taler.net>
AuthorDate: Fri Feb 5 13:25:33 2021 +0100

    fix name
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2 +-
 1 file changed, 1 insertion(+), 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 90aee38..dc66cc2 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -459,7 +459,7 @@ fun serverMain(dbName: String, port: Int) {
                             it[BankAccountTransactionsTable.amount] = 
amount.toString()
                             it[currency] = account.currency
                             it[date] = Instant.now().toEpochMilli()
-                            it[accountServicerReference] = transactionReference
+                            it[accountServicerReference] = 
transactionReferenceCrdt
                             it[BankAccountTransactionsTable.account] = 
account.id
                             it[direction] = "CRDT"
                         }

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