From 9c2aefaa515ce8d493bfe4de4eab9edc09d5447e Mon Sep 17 00:00:00 2001 From: Gian Demarmels Date: Sun, 9 Jan 2022 16:49:27 +0100 Subject: removed varargs --- src/lib/exchange_api_withdraw.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/exchange_api_withdraw.c') diff --git a/src/lib/exchange_api_withdraw.c b/src/lib/exchange_api_withdraw.c index 2c57797fd..e42107ab9 100644 --- a/src/lib/exchange_api_withdraw.c +++ b/src/lib/exchange_api_withdraw.c @@ -181,10 +181,8 @@ withdraw_cs_stage_two_callback (void *cls, { case MHD_HTTP_OK: wh->ps.cs_r_pub = csrr->details.success.r_pubs; - TALER_blinding_secret_create (&wh->ps.blinding_key, - wh->pk.key.cipher, - &wh->ps.coin_priv, - &wh->ps.cs_r_pub); + TALER_planchet_blinding_secret_create (&wh->ps, + wh->pk.key.cipher); if (GNUNET_OK != TALER_planchet_prepare (&wh->pk.key, &wh->ps, -- cgit v1.2.3