[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[exchange] branch master updated: -fix typo
From: |
Admin |
Subject: |
[exchange] branch master updated: -fix typo |
Date: |
Thu, 12 Jun 2025 19:35:08 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 1bacad490 -fix typo
1bacad490 is described below
commit 1bacad49058dc7fa860492a22485ae919ff226b0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jun 12 19:34:56 2025 +0200
-fix typo
---
src/exchangedb/pg_select_exchange_kycauth_transfers.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchangedb/pg_select_exchange_kycauth_transfers.c
b/src/exchangedb/pg_select_exchange_kycauth_transfers.c
index 066251dd8..fcd4f08d2 100644
--- a/src/exchangedb/pg_select_exchange_kycauth_transfers.c
+++ b/src/exchangedb/pg_select_exchange_kycauth_transfers.c
@@ -146,7 +146,7 @@ TEH_PG_select_exchange_kycauth_transfers (
" FROM kycauths_in ki"
" LEFT JOIN wire_targets wt"
" ON (ki.wire_source_h_payto = wt.wire_target_h_payto)"
- " WHERE (ki.reserve_in_serial_id > $1)"
+ " WHERE (ki.kycauth_in_serial_id > $1)"
" AND ( ($4::BYTEA IS NULL) OR (wt.h_normalized_payto=$4) )"
" AND ( ( (ki.credit).val > ($3::taler_amount).val)"
" OR ( ( (ki.credit).val >= ($3::taler_amount).val)"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [exchange] branch master updated: -fix typo,
Admin <=