summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-05 13:05:58 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-05 13:05:58 +0200
commit9084ac48216876c8a2f9d5a1a78c4b6216676de7 (patch)
treedcbad31fca661cdb29e0950ea6ad783421a6f86c /src/mint/taler-mint-httpd_refresh.c
parentff6d4c081c4485d007439c1f9132e6718b099e2a (diff)
downloadexchange-9084ac48216876c8a2f9d5a1a78c4b6216676de7.tar.gz
exchange-9084ac48216876c8a2f9d5a1a78c4b6216676de7.tar.bz2
exchange-9084ac48216876c8a2f9d5a1a78c4b6216676de7.zip
fixing RC counting and a comma
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r--src/mint/taler-mint-httpd_refresh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c
index 661376f5e..28670b98d 100644
--- a/src/mint/taler-mint-httpd_refresh.c
+++ b/src/mint/taler-mint-httpd_refresh.c
@@ -174,8 +174,8 @@ get_coin_public_info (struct MHD_Connection *connection,
struct TALER_Amount amount;
struct TMH_PARSE_FieldSpecification spec[] = {
TMH_PARSE_MEMBER_FIXED ("coin_pub", &r_melt_detail->coin_info.coin_pub),
- TMH_PARSE_MEMBER_DENOMINATION_SIGNATURE ("denom_sig", &sig.rsa_signature),
- TMH_PARSE_MEMBER_DENOMINATION_PUBLIC_KEY ("denom_pub", &pk.rsa_public_key),
+ TMH_PARSE_member_denomination_signature ("denom_sig", &sig),
+ TMH_PARSE_member_denomination_public_key ("denom_pub", &pk),
TMH_PARSE_MEMBER_FIXED ("confirm_sig", &melt_sig),
TMH_PARSE_member_amount ("value_with_fee", &amount),
TMH_PARSE_MEMBER_END