summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_recoup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-27 13:42:54 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 13:42:54 +0200
commit77142acbe800d6f8fe0d8f65374403353ede5d30 (patch)
tree82b827d26040a2ba2f38a1cf356946479d38428a /src/exchange/taler-exchange-httpd_recoup.c
parentb148a5a81a4b6e96daba8c9fbb0e53afff8dcdca (diff)
downloadexchange-77142acbe800d6f8fe0d8f65374403353ede5d30.tar.gz
exchange-77142acbe800d6f8fe0d8f65374403353ede5d30.tar.bz2
exchange-77142acbe800d6f8fe0d8f65374403353ede5d30.zip
fix lib/ FTBFS
Diffstat (limited to 'src/exchange/taler-exchange-httpd_recoup.c')
-rw-r--r--src/exchange/taler-exchange-httpd_recoup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_recoup.c b/src/exchange/taler-exchange-httpd_recoup.c
index 3ea394e7c..98ab314ab 100644
--- a/src/exchange/taler-exchange-httpd_recoup.c
+++ b/src/exchange/taler-exchange-httpd_recoup.c
@@ -523,8 +523,8 @@ TEH_handler_recoup (struct MHD_Connection *connection,
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_fixed_auto ("denom_pub_hash",
&coin.denom_pub_hash),
- TALER_JSON_spec_denomination_signature ("denom_sig",
- &coin.denom_sig),
+ TALER_JSON_spec_denom_sig ("denom_sig",
+ &coin.denom_sig),
GNUNET_JSON_spec_fixed_auto ("coin_blind_key_secret",
&coin_bks),
GNUNET_JSON_spec_fixed_auto ("coin_sig",