From 8c4747a5a07a29d7eee70332d8accf3ef30baa9e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 4 Jun 2015 10:26:08 +0200 Subject: [PATCH] notes on issue #3823 --- src/mintdb/plugin_mintdb_postgres.c | 2 ++ 1 file changed, 2 insertions(+) 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__),