From 8bfc6583e799d8f7d0e55262b593183daed7f4fe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 14 Nov 2022 06:19:35 +0100 Subject: more refactoring towards #7272 --- src/exchange/taler-exchange-httpd_batch-withdraw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/exchange/taler-exchange-httpd_batch-withdraw.c') diff --git a/src/exchange/taler-exchange-httpd_batch-withdraw.c b/src/exchange/taler-exchange-httpd_batch-withdraw.c index 7352edfd..de1b67e5 100644 --- a/src/exchange/taler-exchange-httpd_batch-withdraw.c +++ b/src/exchange/taler-exchange-httpd_batch-withdraw.c @@ -427,8 +427,9 @@ prepare_transaction (const struct TEH_RequestContext *rc, .bp = &pc->blinded_planchet }; - ec = TEH_keys_denomination_sign_withdraw ( + ec = TEH_keys_denomination_sign ( &csds, + false, &pc->collectable.sig); if (TALER_EC_NONE != ec) { -- cgit v1.2.3