gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix ftbfs


From: gnunet
Subject: [taler-exchange] branch master updated: fix ftbfs
Date: Mon, 13 Jan 2020 11:23:08 +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 25bc150d fix ftbfs
25bc150d is described below

commit 25bc150dfb3bdf5a1c2d186eea5806a64d4c014f
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 13 11:23:03 2020 +0100

    fix ftbfs
---
 src/benchmark/taler-exchange-benchmark.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c 
b/src/benchmark/taler-exchange-benchmark.c
index dd184cc8..cc350942 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -60,8 +60,8 @@ enum BenchmarkError
 #define CMD_TRANSFER_TO_EXCHANGE(label, amount) \
   TALER_TESTING_cmd_admin_add_incoming_retry \
     (TALER_TESTING_cmd_admin_add_incoming (label, amount, \
-                                           exchange_bank_account.details.      
                                \
-                                           x_taler_bank.account_base_url, \
+                                           exchange_bank_account.details. \
+                                           x_taler_bank.account_base_url,    \
                                            NULL, \
                                            user_payto_url))
 
@@ -321,9 +321,7 @@ run (void *cls,
             ("deposit",
             withdraw_label,
             0, /* Index of the one withdrawn coin in the traits.  */
-            TALER_TESTING_make_wire_details
-              (42 /* FIXME: ugly! */,
-              exchange_bank_account.details.x_taler_bank.hostname),
+            exchange_payto_url,
             order_enc,
             GNUNET_TIME_UNIT_ZERO,
             AMOUNT_1,

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



reply via email to

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