diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-05 23:04:23 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-05 23:04:23 +0200 |
commit | 9f7bf2dfe1e247a7c5481536d67db514ade54728 (patch) | |
tree | 92ae536609dae0de0bcc3f1e456078947e7fc7f1 | |
parent | 35873463b830a16a00f167a2ac9e146d0396bbb2 (diff) |
-silliness
-rw-r--r-- | src/exchangedb/pg_get_coin_transactions.c | 2 |
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) |