summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-05 23:04:23 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-05 23:04:23 +0200
commit9f7bf2dfe1e247a7c5481536d67db514ade54728 (patch)
tree92ae536609dae0de0bcc3f1e456078947e7fc7f1
parent35873463b830a16a00f167a2ac9e146d0396bbb2 (diff)
downloadexchange-9f7bf2dfe1e247a7c5481536d67db514ade54728.tar.gz
exchange-9f7bf2dfe1e247a7c5481536d67db514ade54728.tar.bz2
exchange-9f7bf2dfe1e247a7c5481536d67db514ade54728.zip
-silliness
-rw-r--r--src/exchangedb/pg_get_coin_transactions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_get_coin_transactions.c b/src/exchangedb/pg_get_coin_transactions.c
index 640f93ec7..012c4784f 100644
--- a/src/exchangedb/pg_get_coin_transactions.c
+++ b/src/exchangedb/pg_get_coin_transactions.c
@@ -1071,7 +1071,7 @@ TEH_PG_get_coin_transactions (
we even need to iterate */
qs = GNUNET_PQ_eval_prepared_singleton_select (
pg->conn,
- "get_coin_history_etag",
+ "get_coin_history_etag_balance",
params,
rs);
switch (qs)