exchange

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

commit 5d1bb08a744f49f1a4ff5e06e6b5a1d1f62d9c7f
parent 4d410dc7dbeb03c5b51bb895b1d9efae09486857
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 12 Jun 2018 19:48:11 +0200

433 > 443

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 @@ -1033,7 +1033,7 @@ taler_bank_get_history (void *cls, whh->hres_cb = hres_cb; whh->hres_cb_cls = hres_cb_cls; - port = 433; /* if non given, equals 433. */ + port = 443; /* if non given, equals 443. */ if (NULL != (p = strchr (account.hostname, (unsigned char) ':'))) {