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: add another EC


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: add another EC
Date: Sat, 08 Jun 2019 22:31:40 +0200

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 cec1a978 add another EC
cec1a978 is described below

commit cec1a9785e255fb8031dc0f34b7536edec03702b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jun 8 22:31:38 2019 +0200

    add another EC
---
 src/include/taler_error_codes.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index a115d10d..fbd98352 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1615,6 +1615,12 @@ enum TALER_ErrorCode
    */
   TALER_EC_CHECK_PAYMENT_FAILED_COMPUTE_PROPOSAL_HASH = 2914,
 
+  /**
+   * Signature "session_sig" failed to verify. This response is
+   * provided with HTTP status code MHD_HTTP_BAD_REQUEST.
+   */
+  TALER_EC_CHECK_PAYMENT_SESSION_SIGNATURE_INVALID = 2915,
+
 
   /* *********** Auditor error codes ********* */
 

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



reply via email to

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