summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-04 12:04:28 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-04 12:04:28 +0100
commitc6874cdb1b67c98187f762b32f45201e9b014cc3 (patch)
tree46941a0ea706d0d3795820dcdb9ae66b39794c32 /src/include/taler_exchangedb_plugin.h
parent7f37017e916d5ad66175b5408cefab8b622bdefc (diff)
downloadexchange-c6874cdb1b67c98187f762b32f45201e9b014cc3.tar.gz
exchange-c6874cdb1b67c98187f762b32f45201e9b014cc3.tar.bz2
exchange-c6874cdb1b67c98187f762b32f45201e9b014cc3.zip
fix comments
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 1089bec5a..27636ddd8 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -275,7 +275,7 @@ struct TALER_EXCHANGEDB_CollectableBlindcoin
/**
- * Information the exchange records about a /recoup request
+ * Information the exchange records about a recoup request
* in a reserve history.
*/
struct TALER_EXCHANGEDB_Recoup
@@ -309,7 +309,7 @@ struct TALER_EXCHANGEDB_Recoup
struct TALER_Amount value;
/**
- * When did the /recoup operation happen?
+ * When did the recoup operation happen?
*/
struct GNUNET_TIME_Absolute timestamp;
@@ -317,7 +317,7 @@ struct TALER_EXCHANGEDB_Recoup
/**
- * Information the exchange records about a /recoup request
+ * Information the exchange records about a recoup request
* in a coin history.
*/
struct TALER_EXCHANGEDB_RecoupListEntry
@@ -354,7 +354,7 @@ struct TALER_EXCHANGEDB_RecoupListEntry
/**
- * Information the exchange records about a /recoup-refresh request in
+ * Information the exchange records about a recoup-refresh request in
* a coin transaction history.
*/
struct TALER_EXCHANGEDB_RecoupRefreshListEntry
@@ -389,7 +389,7 @@ struct TALER_EXCHANGEDB_RecoupRefreshListEntry
struct TALER_Amount value;
/**
- * When did the /recoup operation happen?
+ * When did the recoup operation happen?
*/
struct GNUNET_TIME_Absolute timestamp;
@@ -479,7 +479,7 @@ struct TALER_EXCHANGEDB_ReserveHistory
/**
- * @brief Specification for a /deposit operation. The combination of
+ * @brief Data from a deposit operation. The combination of
* the coin's public key, the merchant's public key and the
* transaction ID must be unique. While a coin can (theoretically) be
* deposited at the same merchant twice (with partial spending), the
@@ -806,7 +806,7 @@ struct TALER_EXCHANGEDB_MeltListEntry
/**
- * Information about a /refresh/melt operation.
+ * Information about a melt operation.
*/
struct TALER_EXCHANGEDB_RefreshMelt
{