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: Fix aggregator.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Fix aggregator.
Date: Wed, 13 Jun 2018 19:34:05 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7d84a0e  Fix aggregator.
7d84a0e is described below

commit 7d84a0eadfb9f16e29022f2fdef847f4e87ba719
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 13 19:33:20 2018 +0200

    Fix aggregator.
    
    Now use the bank base *url* extracted
    from the payto:// extractor.
---
 src/wire-plugins/plugin_wire_taler-bank.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wire-plugins/plugin_wire_taler-bank.c 
b/src/wire-plugins/plugin_wire_taler-bank.c
index c245e54..3732189 100644
--- a/src/wire-plugins/plugin_wire_taler-bank.c
+++ b/src/wire-plugins/plugin_wire_taler-bank.c
@@ -780,7 +780,7 @@ taler_bank_execute_wire_transfer (void *cls,
   wire_s = GNUNET_STRINGS_data_to_string_alloc (&bf.wtid,
                                                 sizeof (bf.wtid));
   eh->aaih = TALER_BANK_admin_add_incoming (tc->ctx,
-                                            origin_account.hostname,
+                                            origin_account.bank_base_url,
                                             &auth,
                                             exchange_base_url,
                                             wire_s,

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



reply via email to

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