diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_crypto_lib.h | 8 | ||||
| -rw-r--r-- | src/include/taler_exchangedb_plugin.h | 1 | ||||
| -rw-r--r-- | src/include/taler_json_lib.h | 2 | ||||
| -rw-r--r-- | src/include/taler_signatures.h | 2 | ||||
| -rw-r--r-- | src/include/taler_util.h | 2 | 
5 files changed, 7 insertions, 8 deletions
| diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 3a427829..62a958f7 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -1052,7 +1052,7 @@ TALER_cs_refresh_nonce_derive (   * be passed.   *   * @param[out] denom_priv where to write the private key - * @param[out] deonm_pub where to write the public key + * @param[out] denom_pub where to write the public key   * @param cipher which type of cipher to use   * @param ... RSA key size (eg. 2048/3072/4096)   * @return #GNUNET_OK on success, #GNUNET_NO if parameters were invalid @@ -2219,7 +2219,7 @@ TALER_wallet_deposit_verify (  /**   * Sign a melt request.   * - * @param amount the amount to be melted (with fee) + * @param amount_with_fee the amount to be melted (with fee)   * @param melt_fee the melt fee we expect to pay   * @param rc refresh session we are committed to   * @param h_denom_pub hash of the coin denomination's public key @@ -2239,7 +2239,7 @@ TALER_wallet_melt_sign (  /**   * Verify a melt request.   * - * @param amount the amount to be melted (with fee) + * @param amount_with_fee the amount to be melted (with fee)   * @param melt_fee the melt fee we expect to pay   * @param rc refresh session we are committed to   * @param h_denom_pub hash of the coin denomination's public key @@ -2369,7 +2369,6 @@ TALER_wallet_recoup_verify (   *   * @param h_denom_pub hash of the denomiantion public key of the coin   * @param coin_bks blinding factor used when withdrawing the coin - * @param requested_amount amount that is left to be recouped   * @param coin_priv coin key of the coin to be recouped   * @param coin_sig resulting signature   */ @@ -2403,7 +2402,6 @@ TALER_wallet_recoup_refresh_verify (   *   * @param h_denom_pub hash of the denomiantion public key of the coin   * @param coin_bks blinding factor used when withdrawing the coin - * @param requested_amount amount that is left to be recouped   * @param coin_priv coin key of the coin to be recouped   * @param coin_sig resulting signature   */ diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 1cd90c28..13ba7405 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2538,6 +2538,7 @@ struct TALER_EXCHANGEDB_Plugin     * @param deposit deposit operation details     * @param known_coin_id row of the coin in the known_coins table     * @param h_payto hash of the merchant's payto URI +   * @param extension_blocked true if an extension is blocking the wire transfer     * @param[in,out] exchange_timestamp time to use for the deposit (possibly updated)     * @param[out] balance_ok set to true if the balance was sufficient     * @param[out] in_conflict set to true if the deposit conflicted diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index fef73391..b7bcd845 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -608,7 +608,7 @@ TALER_JSON_extensions_config_hash (const json_t *config,                                     struct TALER_ExtensionConfigHash *eh);  /** - * Parses a JSON object { "extension": "age_restriction", "mask": <uint32> }. + * Parses a JSON object `{ "extension": "age_restriction", "mask": uint32 }`.   *   * @param root is the json object   * @param[out] mask on succes, will contain the age mask diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 03795509..fc10f9a1 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1215,7 +1215,7 @@ struct TALER_MerchantWireDetailsPS    /**     * Salted hash over the account holder's payto:// URL and -   * the salt, as done by #TALER_exchange_wire_signature_hash(). +   * the salt, as done by #TALER_merchant_wire_signature_hash().     */    struct TALER_MerchantWireHash h_wire_details GNUNET_PACKED; diff --git a/src/include/taler_util.h b/src/include/taler_util.h index f64811a4..64df12a7 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -329,7 +329,7 @@ TALER_payto_get_method (const char *payto_uri);  /**   * Construct a payto://-URI from a Taler @a reserve_pub at - * a @exchange_base_url + * @a exchange_base_url   *   * @param exchange_base_url the URL of the exchange   * @param reserve_pub public key of the reserve | 
