gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix FTBFS: add (newly required)


From: gnunet
Subject: [taler-merchant] branch master updated: fix FTBFS: add (newly required) arg to ‘TALER_BANK_debit_history’ call
Date: Fri, 13 Aug 2021 04:34:23 +0200

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

ttn pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new b7ca1b42 fix FTBFS: add (newly required) arg to 
‘TALER_BANK_debit_history’ call
b7ca1b42 is described below

commit b7ca1b42badbaaf3fc48b03546298ebf2bfb98a6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Aug 12 22:32:17 2021 -0400

    fix FTBFS: add (newly required) arg to ‘TALER_BANK_debit_history’ call
---
 src/testing/testing_api_cmd_post_transfers.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/testing/testing_api_cmd_post_transfers.c 
b/src/testing/testing_api_cmd_post_transfers.c
index 70d1884b..55bbbf67 100644
--- a/src/testing/testing_api_cmd_post_transfers.c
+++ b/src/testing/testing_api_cmd_post_transfers.c
@@ -488,6 +488,7 @@ post_transfers_run (void *cls,
                                        &pts->auth,
                                        UINT64_MAX,
                                        -INT64_MAX,
+                                       GNUNET_TIME_UNIT_ZERO,
                                        &debit_cb,
                                        pts);
   GNUNET_assert (NULL != pts->dhh);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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