exchange

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

commit f552b7e4c03ec46c9ac562c751604466b393d9c8
parent fe36ba0062853bd9b96e2c2d166420eaa7478698
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 16 Apr 2016 12:46:01 +0200

use exchange section consistently for master_priv_file option

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

diff --git a/src/exchange-tools/taler-exchange-wire.c b/src/exchange-tools/taler-exchange-wire.c @@ -77,7 +77,7 @@ run (void *cls, if ( (NULL == masterkeyfile) && (GNUNET_OK != GNUNET_CONFIGURATION_get_value_filename (cfg, - "exchange-master", + "exchange", "MASTER_PRIV_FILE", &masterkeyfile)) ) {