exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 78ebba7276e96f916e7e890180bb53666e4e94dc
parent 4e0c95f0c26a4cfdfd6d2499d13e6c1238fa5e94
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 24 Sep 2018 18:31:08 +0200

fix /reject base URL.

Diffstat:
Msrc/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 @@ -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),