gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch stable updated (13d7394 -> 1d7e4ac)


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch stable updated (13d7394 -> 1d7e4ac)
Date: Fri, 19 Apr 2019 20:06:57 +0200

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

marcello pushed a change to branch stable
in repository merchant.

 discard 13d7394  fix compiler warnings

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/stable (1d7e4ac)
            \
             O -- O -- O   (13d7394)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/lib/test_merchant_api.c | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index cf868e4..1d4ebeb 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1181,26 +1181,20 @@ next_command (struct InterpreterState *is)
 
 
 /**
- * Function called upon completion of our /admin/add/incoming
- * request.
+ * Function called upon completion of our /admin/add/incoming request.
  *
  * @param cls closure with the interpreter state
- * @param http_status HTTP response code, #MHD_HTTP_OK (200) for
- *        successful status request 0 if the exchange's reply is
- *        bogus (fails to follow the protocol)
+ * @param http_status HTTP response code, #MHD_HTTP_OK (200) for successful 
status request
+ *                    0 if the exchange's reply is bogus (fails to follow the 
protocol)
  * @param ec taler-specific error code, #TALER_EC_NONE on success
  * @param serial_id unique ID of the wire transfer
- * @param timestamp snapshot of the time where the tranfer was
- *        made effective at the bank
- * @param full_response full response from the exchange (for
- *        logging, in case of errors)
+ * @param full_response full response from the exchange (for logging, in case 
of errors)
  */
 static void
 add_incoming_cb (void *cls,
                  unsigned int http_status,
                 enum TALER_ErrorCode ec,
                  long long unsigned int serial_id,
-                 struct GNUNET_TIME_Absolute timestamp,
                  const json_t *full_response)
 {
   struct InterpreterState *is = cls;

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



reply via email to

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