exchange

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

commit 1896c1dfb58b9e11bd2b4d3822823a623de7004a
parent 6e3765d85253867fcc8cb6409ac65d0dd637c479
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 12 Mar 2020 00:39:45 +0530

fix EC typo (by importing generated header)

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 @@ -241,7 +241,7 @@ enum TALER_ErrorCode /** * The coin public key of given to a /deposits/ handler was malformed. */ - TALER_EC_DEPOSTIS_INVALID_COIN_PUB = 1056, + TALER_EC_DEPOSITS_INVALID_COIN_PUB = 1056, /** * The body returned by the exchange for a /deposits/ request was