exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9f7bf2dfe1e247a7c5481536d67db514ade54728
parent 35873463b830a16a00f167a2ac9e146d0396bbb2
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  5 Oct 2023 23:04:23 +0200

-silliness

Diffstat:
Msrc/exchangedb/pg_get_coin_transactions.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)