[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix wrong fieldname
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix wrong fieldname |
Date: |
Fri, 13 Dec 2024 19:08:49 +0100 |
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 ae9795319 fix wrong fieldname
ae9795319 is described below
commit ae97953197758c4bd49238de34280bfe8370192a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Dec 13 19:08:46 2024 +0100
fix wrong fieldname
---
src/exchangedb/pg_lookup_completed_legitimization.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchangedb/pg_lookup_completed_legitimization.c
b/src/exchangedb/pg_lookup_completed_legitimization.c
index 5968b3f55..6db565db7 100644
--- a/src/exchangedb/pg_lookup_completed_legitimization.c
+++ b/src/exchangedb/pg_lookup_completed_legitimization.c
@@ -50,7 +50,7 @@ TEH_PG_lookup_completed_legitimization (
"jmeasures",
jmeasures),
GNUNET_PQ_result_spec_auto_from_type (
- "h_nromalized_payto",
+ "h_normalized_payto",
h_payto),
GNUNET_PQ_result_spec_auto_from_type (
"access_token",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.