aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-04-23 11:10:06 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-04-23 11:55:17 +0200
commit08b420dd52cc0668e00cd28131a080450335856f (patch)
tree3ec0d70568ba46b2093ca7a8894517ce0b1e5c7a /src/exchangedb
parent88a69ac7f248ba85c753e0b0db5d0124c7408afb (diff)
downloadexchange-08b420dd52cc0668e00cd28131a080450335856f.tar.xz
-fix typos for doxygen
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/pg_insert_age_withdraw_reveal.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/exchangedb/pg_insert_age_withdraw_reveal.h b/src/exchangedb/pg_insert_age_withdraw_reveal.h
index a98ee4efa..1ce05d597 100644
--- a/src/exchangedb/pg_insert_age_withdraw_reveal.h
+++ b/src/exchangedb/pg_insert_age_withdraw_reveal.h
@@ -24,15 +24,13 @@
#include "taler_util.h"
#include "taler_json_lib.h"
#include "taler_exchangedb_plugin.h"
+
/**
- * Store in the database which coin(s) the wallet wanted to create
- * in a given age-withdraw operation and all of the other information
- * we learned or created in the /age-withdraw/reveal step.
+ * @brief Store in the database which coin(s) the wallet wanted to create in a
+ * given age-withdraw operation and all of the other information we learned or
+ * created in the /age-withdraw/reveal step.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param h_commitment The commitment of the original age-withdraw request
- * @param num_coins The number of revealed coins
- * @param revealed_coins The coins
* TODO:oec
* @return query status for the transaction
*/