summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-04 10:43:44 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-04 10:43:44 +0200
commitb978cba29cc2209481fcdb60b9ae44877962b9b6 (patch)
tree7aca71021377565666a3e5b785c4bceab449ae43 /src/include
parent8a93e84d7142aa5d5826a6b51cb19c093f71ca1b (diff)
downloadexchange-b978cba29cc2209481fcdb60b9ae44877962b9b6.tar.gz
exchange-b978cba29cc2209481fcdb60b9ae44877962b9b6.tar.bz2
exchange-b978cba29cc2209481fcdb60b9ae44877962b9b6.zip
-style fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_mintdb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h
index d7f8e6b4f..d41538fb1 100644
--- a/src/include/taler_mintdb_plugin.h
+++ b/src/include/taler_mintdb_plugin.h
@@ -703,7 +703,7 @@ struct TALER_MINTDB_Plugin
* @param balance the amount that has to be added to the reserve
* @param details bank transaction details justifying the increment,
* must be unique for each incoming transaction
- * @param expiry the new expiration time for the reserve
+ * @param expiry the new expiration time for the reserve (#3809)
* @return #GNUNET_OK upon success; #GNUNET_NO if the given
* @a details are already known for this @a reserve_pub,
* #GNUNET_SYSERR upon failures (DB error, incompatible currency)