gnunet-svn
[Top][All Lists]
Advanced

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

[taler-cashless2ecash] branch master updated: chore: incoming history


From: gnunet
Subject: [taler-cashless2ecash] branch master updated: chore: incoming history
Date: Thu, 30 May 2024 09:10:47 +0200

This is an automated email from the git hooks/post-receive script.

joel-haeberli pushed a commit to branch master
in repository cashless2ecash.

The following commit(s) were added to refs/heads/master by this push:
     new a62d563  chore: incoming history
a62d563 is described below

commit a62d563930459baae164845cc86535e87f465792
Author: Joel-Haeberli <haebu@rubigen.ch>
AuthorDate: Thu May 30 09:10:44 2024 +0200

    chore: incoming history
---
 c2ec/db-postgres.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c2ec/db-postgres.go b/c2ec/db-postgres.go
index 950594a..d2627a4 100644
--- a/c2ec/db-postgres.go
+++ b/c2ec/db-postgres.go
@@ -118,7 +118,7 @@ const PS_CONFIRMED_TRANSACTIONS_DESC_MAX = "SELECT * FROM " 
+ WITHDRAWAL_TABLE_N
        " LIMIT $1" +
        " OFFSET (SELECT COUNT(*) FROM " + WITHDRAWAL_TABLE_NAME +
        " WHERE " + WITHDRAWAL_FIELD_NAME_STATUS + "='" + string(CONFIRMED) + 
"'" +
-       " AND " + WITHDRAWAL_FIELD_NAME_TS + "<$2)"
+       " AND " + WITHDRAWAL_FIELD_NAME_TS + ">$2)"
 
 const PS_GET_TRANSFERS_ASC = "SELECT * FROM " + TRANSFER_TABLE_NAME +
        " ORDER BY " + TRANSFER_FIELD_NAME_ROW_ID + " ASC" +

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