diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-15 11:53:54 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-15 11:53:54 +0100 |
commit | 3b9c3811122f1d28cfa23579669ce21ca9d211ce (patch) | |
tree | 2ebbf90fea595c2982d96fb18f8ffcce84a87690 /src/exchangedb/irbt_callbacks.c | |
parent | 57a0fc8d1fd89944e763ad11c88f217d622ce723 (diff) | |
download | exchange-3b9c3811122f1d28cfa23579669ce21ca9d211ce.tar.gz exchange-3b9c3811122f1d28cfa23579669ce21ca9d211ce.tar.bz2 exchange-3b9c3811122f1d28cfa23579669ce21ca9d211ce.zip |
remove master_pub from DB
Diffstat (limited to 'src/exchangedb/irbt_callbacks.c')
-rw-r--r-- | src/exchangedb/irbt_callbacks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/irbt_callbacks.c b/src/exchangedb/irbt_callbacks.c index 5f6cf6d4..e0e19ef0 100644 --- a/src/exchangedb/irbt_callbacks.c +++ b/src/exchangedb/irbt_callbacks.c @@ -38,13 +38,11 @@ irbt_cb_table_denominations (struct PostgresClosure *pg, const struct TALER_EXCHANGEDB_TableData *td) { struct GNUNET_HashCode denom_hash; - static struct TALER_MasterPublicKeyP master_pub; struct GNUNET_PQ_QueryParam params[] = { GNUNET_PQ_query_param_uint64 (&td->serial), GNUNET_PQ_query_param_auto_from_type (&denom_hash), GNUNET_PQ_query_param_rsa_public_key ( td->details.denominations.denom_pub.rsa_public_key), - GNUNET_PQ_query_param_auto_from_type (&master_pub), // FIXME: !? GNUNET_PQ_query_param_auto_from_type ( &td->details.denominations.master_sig), TALER_PQ_query_param_absolute_time ( |