exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 97afbf1ea594748eafcda0f0cbd0f170d2d05015
parent 204f296a3303c614db221cfd6768c3cc9f99e83a
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sat, 30 Nov 2019 00:25:45 +0100

fix previous

Diffstat:
Msrc/include/taler_error_codes.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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, /**