summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-04 10:26:08 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-04 10:26:08 +0200
commit8c4747a5a07a29d7eee70332d8accf3ef30baa9e (patch)
tree3f0198687a0c7b5ae089898e5b0638697d721f05 /src
parent860a09926bd48316392f822638097e967fd5354f (diff)
downloadexchange-8c4747a5a07a29d7eee70332d8accf3ef30baa9e.tar.gz
exchange-8c4747a5a07a29d7eee70332d8accf3ef30baa9e.tar.bz2
exchange-8c4747a5a07a29d7eee70332d8accf3ef30baa9e.zip
notes on issue #3823
Diffstat (limited to 'src')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index 21d3932fd..b50a5b714 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -969,6 +969,8 @@ postgres_insert_denomination (void *cls,
struct TALER_PQ_QueryParam params[] = {
TALER_PQ_query_param_rsa_public_key (dki->denom_pub.rsa_public_key),
+ /* FIXME: MasterSignature not stored (required for audit), #3823 */
+ /* FIXME: MasterPublicKey not stored (required for audit), #3823 */
TALER_PQ_query_param_auto_from_type (&issue->start.abs_value_us__),
TALER_PQ_query_param_auto_from_type (&issue->expire_withdraw.abs_value_us__),
TALER_PQ_query_param_auto_from_type (&issue->expire_spend.abs_value_us__),