summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-17 21:11:23 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-17 21:11:23 +0100
commit129223e1d0d4ff54ceff44485afcc4abeaa0ee83 (patch)
treec6f6333b6f935438e2b6fc92a4eb92f2e2136a79
parent3c484c71a2924cb20e7468a325ca7e230068febb (diff)
downloadexchange-129223e1d0d4ff54ceff44485afcc4abeaa0ee83.tar.gz
exchange-129223e1d0d4ff54ceff44485afcc4abeaa0ee83.tar.bz2
exchange-129223e1d0d4ff54ceff44485afcc4abeaa0ee83.zip
-fix doc
-rw-r--r--src/include/taler_exchange_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 8a59f157f..2aeb64691 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -2690,9 +2690,9 @@ struct TALER_EXCHANGE_Withdraw2Handle;
* Withdraw a coin from the exchange using a /reserves/$RESERVE_PUB/withdraw
* request. This API is typically used by a merchant to withdraw a tip
* where the blinding factor is unknown to the merchant. Note that unlike
- * the #TALER_EXCHANGE_withdraw() API, this API neither unblinds the signatures
+ * the #TALER_EXCHANGE_batch_withdraw() API, this API neither unblinds the signatures
* nor can it verify that the exchange signatures are valid, so these tasks
- * are left to the caller. Wallets probably should use #TALER_EXCHANGE_withdraw()
+ * are left to the caller. Wallets probably should use #TALER_EXCHANGE_batch_withdraw()
* which integrates these steps.
*
* Note that to ensure that no money is lost in case of hardware