diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r-- | src/mint/taler-mint-httpd_refresh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c index 73b474194..83225fc15 100644 --- a/src/mint/taler-mint-httpd_refresh.c +++ b/src/mint/taler-mint-httpd_refresh.c | |||
@@ -606,7 +606,7 @@ TALER_MINT_handler_refresh_melt (struct RequestHandler *rh, | |||
606 | struct GNUNET_HashContext *hash_context; | 606 | struct GNUNET_HashContext *hash_context; |
607 | struct GNUNET_HashCode melt_hash; | 607 | struct GNUNET_HashCode melt_hash; |
608 | 608 | ||
609 | res = process_post_json (connection, | 609 | res = TALER_MINT_parse_post_json (connection, |
610 | connection_cls, | 610 | connection_cls, |
611 | upload_data, | 611 | upload_data, |
612 | upload_data_size, &root); | 612 | upload_data_size, &root); |
@@ -823,7 +823,7 @@ TALER_MINT_handler_refresh_commit (struct RequestHandler *rh, | |||
823 | struct GNUNET_HashContext *hash_context; | 823 | struct GNUNET_HashContext *hash_context; |
824 | json_t *root; | 824 | json_t *root; |
825 | 825 | ||
826 | res = process_post_json (connection, | 826 | res = TALER_MINT_parse_post_json (connection, |
827 | connection_cls, | 827 | connection_cls, |
828 | upload_data, | 828 | upload_data, |
829 | upload_data_size, &root); | 829 | upload_data_size, &root); |
@@ -1159,7 +1159,7 @@ TALER_MINT_handler_refresh_reveal (struct RequestHandler *rh, | |||
1159 | int j; | 1159 | int j; |
1160 | json_t *root; | 1160 | json_t *root; |
1161 | 1161 | ||
1162 | res = process_post_json (connection, | 1162 | res = TALER_MINT_parse_post_json (connection, |
1163 | connection_cls, | 1163 | connection_cls, |
1164 | upload_data, upload_data_size, | 1164 | upload_data, upload_data_size, |
1165 | &root); | 1165 | &root); |