summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-04 10:28:21 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-04 10:28:21 +0200
commit1de6f78a1d4546962e620b5ed93deb9750d73fef (patch)
treefc050b84da09540965aa2406ddb03c1636d3e01e /src
parent8c4747a5a07a29d7eee70332d8accf3ef30baa9e (diff)
downloadexchange-1de6f78a1d4546962e620b5ed93deb9750d73fef.tar.gz
exchange-1de6f78a1d4546962e620b5ed93deb9750d73fef.tar.bz2
exchange-1de6f78a1d4546962e620b5ed93deb9750d73fef.zip
notes on issue #3823
Diffstat (limited to 'src')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index b50a5b714..2a43c784b 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -951,11 +951,14 @@ postgres_commit (void *cls,
/**
- * Insert a denomination key
+ * Insert a denomination key's public information into the database for
+ * reference by auditors and other consistency checks.
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param session connection to use
- * @param dki the denomination key information
+ * @param dki the denomination key information;
+ * NOTE: we might want to avoid passing the RSA private key here,
+ * as we do not want that in the DB (#3823)
* @return #GNUNET_OK on success; #GNUNET_SYSERR on failure
*/
static int