summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-04 21:27:28 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-04 21:27:28 +0200
commit49da00cc2b857708d53fc092c0ff2bef96fe08e1 (patch)
treeca3658838d65e723b2d4045b91af1a630906a8e3 /src/mint/taler-mint-httpd_refresh.c
parent841950b910efb6c4d5a280363244e5aef63e89fc (diff)
downloadexchange-49da00cc2b857708d53fc092c0ff2bef96fe08e1.tar.gz
exchange-49da00cc2b857708d53fc092c0ff2bef96fe08e1.tar.bz2
exchange-49da00cc2b857708d53fc092c0ff2bef96fe08e1.zip
fix misc small bugs
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r--src/mint/taler-mint-httpd_refresh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c
index 0ffba6e87..661376f5e 100644
--- a/src/mint/taler-mint-httpd_refresh.c
+++ b/src/mint/taler-mint-httpd_refresh.c
@@ -177,7 +177,7 @@ get_coin_public_info (struct MHD_Connection *connection,
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_FIXED ("confirm_sig", &melt_sig),
- TMH_PARSE_MEMBER_AMOUNT ("value_with_fee", &amount),
+ TMH_PARSE_member_amount ("value_with_fee", &amount),
TMH_PARSE_MEMBER_END
};