withdraw_pub -> reserve_pub

This commit is contained in:
Florian Dold 2020-01-13 22:17:53 +01:00
parent 07b799b21f
commit 7ce48d622e
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -161,7 +161,7 @@ TEH_RESERVE_handler_reserve_status (struct TEH_RequestHandler *rh,
MHD_HTTP_NOT_FOUND, MHD_HTTP_NOT_FOUND,
"{s:s, s:s, s:I}", "{s:s, s:s, s:I}",
"error", "Reserve not found", "error", "Reserve not found",
"parameter", "withdraw_pub", "parameter", "reserve_pub",
"code", "code",
(json_int_t) (json_int_t)
TALER_EC_RESERVE_STATUS_UNKNOWN); TALER_EC_RESERVE_STATUS_UNKNOWN);