summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_reserve.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_reserve.c')
-rw-r--r--src/exchange/taler-exchange-httpd_reserve.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_reserve.c b/src/exchange/taler-exchange-httpd_reserve.c
index 0abe37c5a..78f8ff1d0 100644
--- a/src/exchange/taler-exchange-httpd_reserve.c
+++ b/src/exchange/taler-exchange-httpd_reserve.c
@@ -103,14 +103,14 @@ TEH_RESERVE_handler_reserve_withdraw (struct TEH_RequestHandler *rh,
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_varsize ("coin_ev",
- (void **) &blinded_msg,
- &blinded_msg_len),
+ (void **) &blinded_msg,
+ &blinded_msg_len),
GNUNET_JSON_spec_fixed_auto ("reserve_pub",
- &wsrd.reserve_pub),
+ &wsrd.reserve_pub),
GNUNET_JSON_spec_fixed_auto ("reserve_sig",
- &signature),
+ &signature),
TALER_JSON_spec_denomination_public_key ("denom_pub",
- &denomination_pub),
+ &denomination_pub),
GNUNET_JSON_spec_end ()
};