exchange

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

commit e97e00a89798b6b93a009e2d52216f64b3065c49
parent 72c3c3b8df0ea1cd9354aabe4fd13c9e102ca752
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 31 May 2026 15:43:31 +0200

-fix copy-and-paste error

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

diff --git a/src/exchangedb/insert_records_by_table.c b/src/exchangedb/insert_records_by_table.c @@ -1294,7 +1294,7 @@ irbt_cb_table_recoup_refresh (struct TALER_EXCHANGEDB_PostgresContext *pg, GNUNET_PQ_query_param_timestamp (&td->details.recoup_refresh.timestamp), GNUNET_PQ_query_param_uint64 (&td->details.recoup_refresh.known_coin_id), GNUNET_PQ_query_param_auto_from_type ( - &td->details.recoup.coin_pub), + &td->details.recoup_refresh.coin_pub), GNUNET_PQ_query_param_uint64 (&td->details.recoup_refresh.rrc_serial), GNUNET_PQ_query_param_end };