summaryrefslogtreecommitdiff
path: root/src/wire-plugins
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-09-24 18:31:08 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-09-24 18:31:08 +0200
commit78ebba7276e96f916e7e890180bb53666e4e94dc (patch)
tree6916c9b657ea5af59a9219f1688536f4d95402f9 /src/wire-plugins
parent4e0c95f0c26a4cfdfd6d2499d13e6c1238fa5e94 (diff)
downloadexchange-78ebba7276e96f916e7e890180bb53666e4e94dc.tar.gz
exchange-78ebba7276e96f916e7e890180bb53666e4e94dc.tar.bz2
exchange-78ebba7276e96f916e7e890180bb53666e4e94dc.zip
fix /reject base URL.
Diffstat (limited to 'src/wire-plugins')
-rw-r--r--src/wire-plugins/plugin_wire_taler-bank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wire-plugins/plugin_wire_taler-bank.c b/src/wire-plugins/plugin_wire_taler-bank.c
index aa99816e2..abbad1aa3 100644
--- a/src/wire-plugins/plugin_wire_taler-bank.c
+++ b/src/wire-plugins/plugin_wire_taler-bank.c
@@ -1238,7 +1238,7 @@ taler_bank_reject_transfer (void *cls,
TALER_LOG_INFO ("Rejecting over %s bank URL\n",
account.hostname);
rh->brh = TALER_BANK_reject (tc->ctx,
- account.hostname,
+ account.bank_base_url,
&rh->auth,
(uint64_t) account.no,
GNUNET_ntohll (*rowid_b64),