diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-11-30 00:25:45 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-11-30 00:25:45 +0100 |
commit | 97afbf1ea594748eafcda0f0cbd0f170d2d05015 (patch) | |
tree | f3462ece2436a42c45d64ad10a937513713b2599 /src | |
parent | 204f296a3303c614db221cfd6768c3cc9f99e83a (diff) |
fix previous
Diffstat (limited to 'src')
-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 3e7ed9ae0..318b33a47 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1859,7 +1859,7 @@ enum TALER_ErrorCode * Used for example when a client is trying to register * with a unavailable username. */ - TALER_EC_BANK_SOFT_EXCEPTION = 5300, + TALER_EC_BANK_SOFT_EXCEPTION = 5400, /** |