exchange

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

commit b3cbe01079ea1044f8d1f8bf47e995443efe8390
parent cec1a9785e255fb8031dc0f34b7536edec03702b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 16 Jun 2019 01:55:49 +0200

fix NPE

Diffstat:
Msrc/wire/payto.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wire/payto.c b/src/wire/payto.c @@ -489,8 +489,8 @@ parse_payto_x_taler_bank (const char *account_url, "https://%s", r_account->details.x_taler_bank.hostname)); } + r_account->type = TALER_PAC_X_TALER_BANK; } - r_account->type = TALER_PAC_X_TALER_BANK; return TALER_EC_NONE; }