exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8c4747a5a07a29d7eee70332d8accf3ef30baa9e
parent 860a09926bd48316392f822638097e967fd5354f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  4 Jun 2015 10:26:08 +0200

notes on issue #3823

Diffstat:
Msrc/mintdb/plugin_mintdb_postgres.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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__),