summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-exchange.c1
-rw-r--r--src/backend/taler-merchant-httpd_exchanges.c8
-rw-r--r--src/backend/taler-merchant-httpd_exchanges.h2
-rw-r--r--src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c4
-rw-r--r--src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c2
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c2
6 files changed, 6 insertions, 13 deletions
diff --git a/src/backend/taler-merchant-exchange.c b/src/backend/taler-merchant-exchange.c
index 5ce419d6..4db8f92d 100644
--- a/src/backend/taler-merchant-exchange.c
+++ b/src/backend/taler-merchant-exchange.c
@@ -306,6 +306,7 @@ download_keys (void *cls);
*
* @param cls closure with a `struct Exchange *`
* @param kr response data
+ * @param[in] keys the keys of the exchange
*/
static void
cert_cb (
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
index ff4360b0..d5737369 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -1396,14 +1396,6 @@ fail_and_retry (struct TMH_Exchange *exchange,
}
-/**
- * Function called with the result of a
- * /keys request to the exchange.
- *
- * @param cls a `struct TMH_Exchange *`
- * @param kr response details
- * @param[in] keys key data now owned by this function
- */
static void
keys_mgmt_cb (void *cls,
const struct TALER_EXCHANGE_KeysResponse *kr,
diff --git a/src/backend/taler-merchant-httpd_exchanges.h b/src/backend/taler-merchant-httpd_exchanges.h
index 2a2e9b13..89e5deee 100644
--- a/src/backend/taler-merchant-httpd_exchanges.h
+++ b/src/backend/taler-merchant-httpd_exchanges.h
@@ -161,7 +161,7 @@ TMH_EXCHANGES_wire4exchange_cancel (
* Lookup current wire fee by @a exchange_url and
* @a wire_method.
*
- * @param exchange_url base URL of the exchange
+ * @param wd wire details of the exchange
* @param wire_method wire method to lookup fee by
* @param[out] wire_fee set to the wire fee
* @return #GNUNET_OK on success
diff --git a/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c b/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c
index 664297fc..b7aa31e1 100644
--- a/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c
+++ b/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c
@@ -378,7 +378,7 @@ withdraw_cb (void *cls,
/**
- * Function called with the result of a #TMH_EXCHANGES_find_exchange()
+ * Function called with the result of a #TMH_EXCHANGES_keys4exchange()
* operation as part of a withdraw objective. If the exchange is ready,
* withdraws the planchet from the exchange.
*
@@ -477,7 +477,7 @@ do_timeout (void *cls)
/**
- * Function called with the result of a #TMH_EXCHANGES_find_exchange()
+ * Function called with the result of a #TMH_EXCHANGES_keys4exchange()
* operation as part of a withdraw objective. Here, we initialize
* the "total_requested" amount by adding up the cost of the planchets
* provided by the client.
diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
index f5b9d36e..eda0aaa8 100644
--- a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
+++ b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
@@ -645,7 +645,7 @@ exchange_check_cb (void *cls,
/**
- * Function called with the result of a #TMH_EXCHANGES_find_exchange()
+ * Function called with the result of a #TMH_EXCHANGES_keys4exchange()
* operation. Runs the KYC check against the exchange.
*
* @param cls closure with our `struct ExchangeKycRequest *`
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index 6d2140d0..710194f8 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -586,7 +586,7 @@ deposit_get_cb (void *cls,
/**
- * Function called with the result of a #TMH_EXCHANGES_find_exchange()
+ * Function called with the result of a #TMH_EXCHANGES_keys4exchange()
* operation.
*
* @param cls closure with a `struct GetOrderRequestContext *`