diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-22 17:24:08 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-22 17:24:08 +0100 |
commit | e6432cd1ff4c66f1c3186c2acdb45b9cc1d599c5 (patch) | |
tree | 37b1f2b48207583fc2e595915ef686e71af82c5d /src/mint/taler-mint-httpd_responses.c | |
parent | dcf1a03a9387c4b1e98dac141da19a87204d07e7 (diff) |
use correct status code
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.c')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c index 23aa9e8b9..041f694bf 100644 --- a/src/mint/taler-mint-httpd_responses.c +++ b/src/mint/taler-mint-httpd_responses.c @@ -1081,7 +1081,7 @@ TMH_RESPONSE_reply_deposit_pending (struct MHD_Connection *connection, struct GNUNET_TIME_Absolute planned_exec_time) { return TMH_RESPONSE_reply_json_pack (connection, - MHD_HTTP_FOUND, + MHD_HTTP_ACCEPTED, "{s:o}", "execution_time", TALER_json_from_abs (planned_exec_time)); } |