gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: helps to keep enum


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: helps to keep enum values distinct
Date: Wed, 01 Nov 2017 12:42:28 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 0b580d8  helps to keep enum values distinct
0b580d8 is described below

commit 0b580d8f6856cd0062db5a4088e98c4b75475d73
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Nov 1 12:42:24 2017 +0100

    helps to keep enum values distinct
---
 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 a8dea6a..f4c25c3 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1392,7 +1392,7 @@ enum TALER_ErrorCode
    * The reserve that was used to fund the tips was never enabled.
    * Returned with an HTTP status code of "not found".
    */
-  TALER_EC_TIP_AUTHORIZE_RESERVE_NOT_ENABLED = 2702,
+  TALER_EC_TIP_AUTHORIZE_RESERVE_NOT_ENABLED = 2707,
   
   /**
    * The backend had trouble accessing the database to persist

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



reply via email to

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