summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refreshes_reveal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-11 11:55:59 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-11 11:55:59 +0100
commit4472cbaf9d1b17733caee421593a5229215df1a2 (patch)
tree4f0b1245aae3bbbc10ab978e997faad4c5bf5df5 /src/exchange/taler-exchange-httpd_refreshes_reveal.c
parent3b9d67a6f8a501bed0a24354bdba1b97a77d1320 (diff)
downloadexchange-4472cbaf9d1b17733caee421593a5229215df1a2.tar.gz
exchange-4472cbaf9d1b17733caee421593a5229215df1a2.tar.bz2
exchange-4472cbaf9d1b17733caee421593a5229215df1a2.zip
-simplify structures
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refreshes_reveal.c')
-rw-r--r--src/exchange/taler-exchange-httpd_refreshes_reveal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.c b/src/exchange/taler-exchange-httpd_refreshes_reveal.c
index d6e9f95e8..c8af86340 100644
--- a/src/exchange/taler-exchange-httpd_refreshes_reveal.c
+++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.c
@@ -204,7 +204,7 @@ check_commitment (struct RevealContext *rctx,
ec = TEH_keys_denomination_cs_r_pub (
&rctx->rrcs[j].h_denom_pub,
&nonces[aoff],
- &alg_values->details.cs_values.r_pub_pair);
+ &alg_values->details.cs_values);
if (TALER_EC_NONE != ec)
{
*mhd_ret = TALER_MHD_reply_with_error (connection,