diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-11-01 12:42:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-11-01 12:42:24 +0100 |
commit | 0b580d8f6856cd0062db5a4088e98c4b75475d73 (patch) | |
tree | 9b1294b29188beb247a10af88ff82addfd11dffb /src/include | |
parent | 4f212a11cee1e5a60c663f06616d5a700ae65f44 (diff) |
helps to keep enum values distinct
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index a8dea6a37..f4c25c3b4 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1392,7 +1392,7 @@ enum TALER_ErrorCode * The reserve that was used to fund the tips was never enabled. * Returned with an HTTP status code of "not found". */ - TALER_EC_TIP_AUTHORIZE_RESERVE_NOT_ENABLED = 2702, + TALER_EC_TIP_AUTHORIZE_RESERVE_NOT_ENABLED = 2707, /** * The backend had trouble accessing the database to persist |