gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: getting legacy code to build


From: gnunet
Subject: [taler-exchange] branch master updated: getting legacy code to build
Date: Sun, 12 Jan 2020 18:19:20 +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 44460a31 getting legacy code to build
44460a31 is described below

commit 44460a3147fad51eb2ca57c60101e6d952521e86
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 12 18:19:18 2020 +0100

    getting legacy code to build
---
 src/exchange/test_taler_exchange_aggregator.c | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/src/exchange/test_taler_exchange_aggregator.c 
b/src/exchange/test_taler_exchange_aggregator.c
index 9a187add..a5f03e1d 100644
--- a/src/exchange/test_taler_exchange_aggregator.c
+++ b/src/exchange/test_taler_exchange_aggregator.c
@@ -1,6 +1,6 @@
 /*
   This file is part of TALER
-  (C) 2016, 2017, 2018 Taler Systems SA
+  (C) 2016-2020 Taler Systems SA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU General Public License as published by the Free Software
@@ -120,7 +120,7 @@ struct Command
       /**
        * Subject of the transfer, set by the command.
        */
-      char *subject;
+      struct TALER_WireTransferIdentifierRawP wtid;
 
     } expect_transaction;
 
@@ -590,13 +590,15 @@ interpreter (void *cls)
           return;
         }
         if (GNUNET_OK !=
-            TALER_FAKEBANK_check (fb,
-                                  &want_amount,
-                                  
cmd->details.expect_transaction.debit_account,
-                                  
cmd->details.expect_transaction.credit_account,
-                                  cmd->details.expect_transaction.
-                                  exchange_base_url,
-                                  &cmd->details.expect_transaction.subject))
+            TALER_FAKEBANK_check_debit (fb,
+                                        &want_amount,
+                                        cmd->details.expect_transaction.
+                                        debit_account,
+                                        cmd->details.expect_transaction.
+                                        credit_account,
+                                        cmd->details.expect_transaction.
+                                        exchange_base_url,
+                                        &cmd->details.expect_transaction.wtid))
         {
           fail (cmd);
           return;

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



reply via email to

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