gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix EC typo (by importing genera


From: gnunet
Subject: [taler-exchange] branch master updated: fix EC typo (by importing generated header)
Date: Wed, 11 Mar 2020 20:09:52 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1896c1df fix EC typo (by importing generated header)
1896c1df is described below

commit 1896c1dfb58b9e11bd2b4d3822823a623de7004a
Author: Florian Dold <address@hidden>
AuthorDate: Thu Mar 12 00:39:45 2020 +0530

    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 44680444..f485f2da 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]