diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-22 12:42:02 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-22 12:42:02 +0200 |
commit | b84ba7074b1dfe92781690d75d338b65cd1e6902 (patch) | |
tree | 6ba9ae2ddea67454638a83fb42192f30812d450a /src/json | |
parent | ce55e7c229bcb251fe95cd0779148d7c261bb3ab (diff) |
New error code for a unknown reserve public key.
Specific to the /reserve/status API.
Diffstat (limited to 'src/json')
-rw-r--r-- | src/json/json.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |