From b84ba7074b1dfe92781690d75d338b65cd1e6902 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 22 May 2018 12:42:02 +0200 Subject: New error code for a unknown reserve public key. Specific to the /reserve/status API. --- src/json/json.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/json/json.c') diff --git a/src/json/json.c b/src/json/json.c index adcc2314a..700b58a5a 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -80,6 +80,4 @@ TALER_JSON_get_error_code (const json_t *json) return TALER_EC_INVALID; } - - /* End of json/json.c */ -- cgit v1.2.3