summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-21 20:28:30 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-21 20:28:30 +0200
commit4384c6ec85438475ebde02461770040417205ca1 (patch)
treea48f8f80d4da95873090a3b5d8d29e06f0b534bc /src/include
parent0470ba369206612606a330df2f9e303d21a10837 (diff)
downloadexchange-4384c6ec85438475ebde02461770040417205ca1.tar.gz
exchange-4384c6ec85438475ebde02461770040417205ca1.tar.bz2
exchange-4384c6ec85438475ebde02461770040417205ca1.zip
fix misc doxygen issues
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 4ea845b49..8d1bbec26 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -1078,7 +1078,7 @@ TALER_wallet_link_sign (const struct GNUNET_HashCode *h_denom_pub,
* @param transfer_pub transfer public key
* @param coin_ev coin envelope
* @param coin_ev_size number of bytes in @a coin_ev
- * @param old_coin_priv private key to sign with
+ * @param old_coin_pub old coin key that the link signature is for
* @param coin_sig resulting signature
* @return #GNUNET_OK if the signature is valid
*/