aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_recoup_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-09 22:05:10 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-09 22:05:10 +0100
commited5ef2b5f7d1fc5e87d47a2023733604f1f04278 (patch)
tree8e8c49d9b9fc6ffab683601c8b9dec38fb275029 /src/lib/exchange_api_recoup_refresh.c
parent025922950dcf39700625e04be9f6037af67dddf5 (diff)
downloadexchange-ed5ef2b5f7d1fc5e87d47a2023733604f1f04278.tar.xz
also pass ewvs during recoup-refresh
Diffstat (limited to 'src/lib/exchange_api_recoup_refresh.c')
-rw-r--r--src/lib/exchange_api_recoup_refresh.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/exchange_api_recoup_refresh.c b/src/lib/exchange_api_recoup_refresh.c
index ca6ce2db2..79c66aceb 100644
--- a/src/lib/exchange_api_recoup_refresh.c
+++ b/src/lib/exchange_api_recoup_refresh.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2017-2021 Taler Systems SA
+ Copyright (C) 2017-2022 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -323,6 +323,9 @@ TALER_EXCHANGE_recoup_refresh (
&h_denom_pub),
TALER_JSON_pack_denom_sig ("denom_sig",
denom_sig),
+ // FIXME: add this to the spec!
+ TALER_JSON_pack_exchange_withdraw_values ("ewv",
+ exchange_vals),
GNUNET_JSON_pack_data_auto ("coin_sig",
&coin_sig),
GNUNET_JSON_pack_data_auto ("coin_blind_key_secret",