From 1896c1dfb58b9e11bd2b4d3822823a623de7004a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Mar 2020 00:39:45 +0530 Subject: fix EC typo (by importing generated header) --- src/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 index 446804449..f485f2da7 100644 --- 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 -- cgit v1.2.3