From 783d07b4765aabee529f889b55f4fb5a27efaa44 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 31 Oct 2021 18:12:54 +0100 Subject: consistently distinguish blinded/unblinded denomination sigs --- src/exchangedb/plugin_exchangedb_postgres.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 85550e98..219ea064 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -6367,7 +6367,7 @@ free_link_data_list (void *cls, { next = ldl->next; TALER_denom_pub_free (&ldl->denom_pub); - TALER_denom_sig_free (&ldl->ev_sig); + TALER_blinded_denom_sig_free (&ldl->ev_sig); GNUNET_free (ldl); ldl = next; } @@ -6401,8 +6401,8 @@ add_ldl (void *cls, &transfer_pub), GNUNET_PQ_result_spec_auto_from_type ("link_sig", &pos->orig_coin_link_sig), - TALER_PQ_result_spec_denom_sig ("ev_sig", - &pos->ev_sig), + TALER_PQ_result_spec_blinded_denom_sig ("ev_sig", + &pos->ev_sig), TALER_PQ_result_spec_denom_pub ("denom_pub", &pos->denom_pub), GNUNET_PQ_result_spec_end -- cgit v1.2.3