gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: rename function


From: gnunet
Subject: [libeufin] branch master updated: rename function
Date: Fri, 05 Feb 2021 13:37: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 391f7a6  rename function
391f7a6 is described below

commit 391f7a62c1423be53d3779352e5e25bc17774278
Author: MS <ms@taler.net>
AuthorDate: Fri Feb 5 13:37:33 2021 +0100

    rename function
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
index 27eee7d..91295e1 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
@@ -416,7 +416,7 @@ private fun ingestOneIncomingTransaction(payment: 
NexusBankTransactionEntity, tx
     return
 }
 
-fun checkAndPrepareRefunds(bankAccount: NexusBankAccountEntity, lastSeenId: 
Long) {
+fun maybePrepareRefunds(bankAccount: NexusBankAccountEntity, lastSeenId: Long) 
{
     logger.debug("Searching refundable payments of account: ${bankAccount}," +
             " after last seen transaction id: ${lastSeenId}")
     transaction {
@@ -520,7 +520,7 @@ fun ingestTalerTransactions(bankAccountId: String) {
             }
             lastId = it.id.value
         }
-        checkAndPrepareRefunds(bankAccount, 
facadeState.highestSeenMessageSerialId)
+        maybePrepareRefunds(bankAccount, 
facadeState.highestSeenMessageSerialId)
         facadeState.highestSeenMessageSerialId = lastId
 
     }

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