gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Fix API usage


From: gnunet
Subject: [libeufin] branch master updated: Fix API usage
Date: Wed, 02 Aug 2023 15:01:37 +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 a614d433 Fix API usage
a614d433 is described below

commit a614d433a8307468f1074114086ae0a47b848472
Author: MS <ms@taler.net>
AuthorDate: Wed Aug 2 15:01:29 2023 +0200

    Fix API usage
---
 .../main/kotlin/tech/libeufin/nexus/xlibeufinbank/XLibeufinBankNexus.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nexus/src/main/kotlin/tech/libeufin/nexus/xlibeufinbank/XLibeufinBankNexus.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/xlibeufinbank/XLibeufinBankNexus.kt
index 6fbc8ca6..9a433e63 100644
--- 
a/nexus/src/main/kotlin/tech/libeufin/nexus/xlibeufinbank/XLibeufinBankNexus.kt
+++ 
b/nexus/src/main/kotlin/tech/libeufin/nexus/xlibeufinbank/XLibeufinBankNexus.kt
@@ -269,7 +269,7 @@ class XlibeufinBankConnectionProtocol : 
BankConnectionProtocol {
                     val start: LocalDate = LocalDate.parse(fetchSpec.start)
                     val end: LocalDate = LocalDate.parse(fetchSpec.end)
                     this.parameters["from_ms"] = start.millis().toString()
-                    this.parameters["to_ms"] = end.millis().toString()
+                    this.parameters["until_ms"] = end.millis().toString()
                 }
                 // Gets the last 5 transactions
                 is FetchSpecLatestJson -> {

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