exchange

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

commit c4493f9e051652374439de0ab9ddbd387251f34b
parent 6fc2a5f9493e614a458cfc57ad42c782d06ba07a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 18 Jan 2020 20:53:25 +0100

fix config

Diffstat:
Msrc/benchmark/benchmark.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf @@ -46,7 +46,7 @@ URL = "payto://x-taler-bank/localhost:8082/2" # wallets with the bank information for transfers to the exchange. wire_response = ${TALER_CONFIG_HOME}/account-2.json # Which wire plugin should we use to access the account? -plugin = taler_bank +METHOD = x-taler-bank # Authentication information for basic authentication taler_bank_auth_method = "basic" username = user