[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:29 +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 571939aea fix wrong fieldname
571939aea is described below
commit 571939aea0fbd4085a9706f1aeccbb6f14cedca8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Dec 13 19:08:09 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 b1ce3a252..5968b3f55 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 (
- "wire_target_h_payto",
+ "h_nromalized_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.
- [taler-exchange] branch master updated: fix wrong fieldname,
gnunet <=