summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_link.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-27 13:23:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 13:23:14 +0200
commitb148a5a81a4b6e96daba8c9fbb0e53afff8dcdca (patch)
treed20f84dcdade08fb44eab547019dd60a1f8265ee /src/exchange/taler-exchange-httpd_link.c
parent3900531e0d1a6644bebe19e451fef907100d77b6 (diff)
downloadexchange-b148a5a81a4b6e96daba8c9fbb0e53afff8dcdca.tar.gz
exchange-b148a5a81a4b6e96daba8c9fbb0e53afff8dcdca.tar.bz2
exchange-b148a5a81a4b6e96daba8c9fbb0e53afff8dcdca.zip
rename fest
Diffstat (limited to 'src/exchange/taler-exchange-httpd_link.c')
-rw-r--r--src/exchange/taler-exchange-httpd_link.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_link.c b/src/exchange/taler-exchange-httpd_link.c
index cdad01ab9..19a03595f 100644
--- a/src/exchange/taler-exchange-httpd_link.c
+++ b/src/exchange/taler-exchange-httpd_link.c
@@ -82,10 +82,10 @@ handle_link_data (void *cls,
json_t *obj;
obj = GNUNET_JSON_PACK (
- TALER_JSON_pack_denomination_public_key ("denom_pub",
- &pos->denom_pub),
- TALER_JSON_pack_denomination_signature ("ev_sig",
- &pos->ev_sig),
+ TALER_JSON_pack_denom_pub ("denom_pub",
+ &pos->denom_pub),
+ TALER_JSON_pack_denom_sig ("ev_sig",
+ &pos->ev_sig),
GNUNET_JSON_pack_data_auto ("link_sig",
&pos->orig_coin_link_sig));
if ( (NULL == obj) ||