This commit is contained in:
Christian Grothoff 2022-11-02 14:58:11 +01:00
parent 2e3460b460
commit 5c0b8e3240
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
4 changed files with 4 additions and 4 deletions

View File

@ -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.
*

View File

@ -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.
*

View File

@ -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.
*

View File

@ -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.
*