gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: default value


From: gnunet
Subject: [libeufin] branch master updated: default value
Date: Thu, 18 Jun 2020 20:18:33 +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 3fd1ce9  default value
3fd1ce9 is described below

commit 3fd1ce9e31104c4ccbc3b4661286bc5c92a05264
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Jun 18 23:48:25 2020 +0530

    default value
---
 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 6de1cce..366449b 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
@@ -221,7 +221,7 @@ object NexusBankAccountsTable : IdTable<String>() {
     // Highest bank message ID that this bank account is aware of.
     val highestSeenBankMessageId = integer("highestSeenBankMessageId")
 
-    val pain001Counter = long("pain001counter")
+    val pain001Counter = long("pain001counter").default(1)
 }
 
 class NexusBankAccountEntity(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]