diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-08-09 15:40:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-08-09 15:40:16 +0200 |
commit | c6f88ebd61ba69cddf71b1b70a1952c61f1112b4 (patch) | |
tree | c3ba4dfa0dd58574abc0e1ce41984d67bdeaa0da /src/mint-lib/mint_api_deposit.c | |
parent | 2ff3a5462cef04d8968d8f9cdaee486db99115f7 (diff) |
doxygen-fixes
Diffstat (limited to 'src/mint-lib/mint_api_deposit.c')
-rw-r--r-- | src/mint-lib/mint_api_deposit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint-lib/mint_api_deposit.c b/src/mint-lib/mint_api_deposit.c index 4484f1cd..3da9d0ae 100644 --- a/src/mint-lib/mint_api_deposit.c +++ b/src/mint-lib/mint_api_deposit.c @@ -358,7 +358,7 @@ verify_signatures (const struct TALER_MINT_DenomPublicKey *dki, * * @param mint the mint handle; the mint must be ready to operate * @param amount the amount to be deposited - * @param wire the merchant’s account details, in a format supported by the mint + * @param wire_details the merchant’s account details, in a format supported by the mint * @param h_contract hash of the contact of the merchant with the customer (further details are never disclosed to the mint) * @param coin_pub coin’s public key * @param denom_pub denomination key with which the coin is signed |