exchange

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

commit 5c0b8e32406a7e000396003e9428a1cf9af3e919
parent 2e3460b46042e659932f4dba7db497040f517dd0
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed,  2 Nov 2022 14:58:11 +0100

-doxygen

Diffstat:
Msrc/auditordb/pg_get_deposit_confirmations.c | 2+-
Msrc/auditordb/pg_list_exchanges.c | 2+-
Msrc/auditordb/pg_select_historic_denom_revenue.c | 2+-
Msrc/auditordb/pg_select_historic_reserve_revenue.c | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/auditordb/pg_get_deposit_confirmations.c b/src/auditordb/pg_get_deposit_confirmations.c @@ -60,7 +60,7 @@ struct DepositConfirmationContext /** - * Helper function for #TEH_PG_get_deposit_confirmations(). + * Helper function for #TAH_PG_get_deposit_confirmations(). * To be called with the results of a SELECT statement * that has returned @a num_results results. * diff --git a/src/auditordb/pg_list_exchanges.c b/src/auditordb/pg_list_exchanges.c @@ -50,7 +50,7 @@ struct ExchangeInfoContext /** - * Helper function for #TEH_PG_list_exchanges(). + * Helper function for #TAH_PG_list_exchanges(). * To be called with the results of a SELECT statement * that has returned @a num_results results. * diff --git a/src/auditordb/pg_select_historic_denom_revenue.c b/src/auditordb/pg_select_historic_denom_revenue.c @@ -54,7 +54,7 @@ struct HistoricDenomRevenueContext /** - * Helper function for #TEH_PG_select_historic_denom_revenue(). + * Helper function for #TAH_PG_select_historic_denom_revenue(). * To be called with the results of a SELECT statement * that has returned @a num_results results. * diff --git a/src/auditordb/pg_select_historic_reserve_revenue.c b/src/auditordb/pg_select_historic_reserve_revenue.c @@ -54,7 +54,7 @@ struct HistoricReserveRevenueContext /** - * Helper function for #postgres_select_historic_reserve_revenue(). + * Helper function for #TAH_select_historic_reserve_revenue(). * To be called with the results of a SELECT statement * that has returned @a num_results results. *