commit e35e89f14db219b35e5f3c21ae833685db9c1c00 parent b84fb618c3c0f7492f609949f5202c75882d7b68 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 7 Feb 2022 13:43:29 +0100 -fix FTBFS Diffstat:
| M | src/lib/exchange_api_refresh_common.c | | | 7 | ++----- |
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/lib/exchange_api_refresh_common.c b/src/lib/exchange_api_refresh_common.c @@ -161,10 +161,7 @@ TALER_EXCHANGE_get_melt_data_ ( return GNUNET_SYSERR; } rcd->dk = &md->fresh_pks[j]; - rcd->coin_ev = - pd.blinded_planchet.details.rsa_blinded_planchet.blinded_msg; - rcd->coin_ev_size = - pd.blinded_planchet.details.rsa_blinded_planchet.blinded_msg_size; + rcd->blinded_planchet = pd.blinded_planchet; } } @@ -178,7 +175,7 @@ TALER_EXCHANGE_get_melt_data_ ( for (unsigned int i = 0; i < TALER_CNC_KAPPA; i++) { for (unsigned int j = 0; j < rd->fresh_pks_len; j++) - GNUNET_free (rce[i].new_coins[j].coin_ev); + TALER_blinded_planchet_free (&rce[i].new_coins[j].blinded_planchet); GNUNET_free (rce[i].new_coins); } return GNUNET_OK;