summaryrefslogtreecommitdiff
path: root/src/include/anastasis_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis_service.h')
-rw-r--r--src/include/anastasis_service.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index 98ac490..9069035 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -388,11 +388,11 @@ typedef void
* @param recovery_data policy data to be stored
* @param recovery_data_size number of bytes in @a recovery_data
* @param payment_years_requested for how many years would the client like the service to store the truth?
- * @param paid_order_id payment identifier of last payment
+ * @param payment_secret payment identifier of last payment
* @param payment_timeout how long to wait for the payment, use
* #GNUNET_TIME_UNIT_ZERO to let the server pick
* @param cb callback processing the response from /policy
- * @param cb_cls closure for cb
+ * @param cb_cls closure for @a cb
* @return handle for the operation
*/
struct ANASTASIS_PolicyStoreOperation *
@@ -605,10 +605,10 @@ typedef void
*
* @param ctx execution context
* @param backend_url base URL of the merchant backend
- * @param truth_public_key identification of the Truth
+ * @param truth_uuid identification of the Truth
* @param truth_key Key used to Decrypt the Truth on the Server
* @param payment_secret secret from the previously done payment NULL to trigger payment
- * @param payment_timeout how long to wait for the payment, use
+ * @param timeout how long to wait for the payment, use
* #GNUNET_TIME_UNIT_ZERO to let the server pick
* @param hashed_answer hashed answer to the challenge
* @param cb callback which will work the response gotten from the backend
@@ -631,7 +631,7 @@ ANASTASIS_keyshare_lookup (
/**
* Cancel a GET /truth request.
*
- * @param tlo cancel the truth lookup operation
+ * @param kslo cancel the key share lookup operation
*/
void
ANASTASIS_keyshare_lookup_cancel (