merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 39a47a65e0e04129ac2ea9911082f07d4de69420
parent c35fc42cc440dd068d75990df0d4a431edbd8bd1
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 21 Nov 2017 12:45:19 +0100

fix how reserve priv is fetched from config

Diffstat:
Msrc/merchant-tools/taler-merchant-tip-enable.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/merchant-tools/taler-merchant-tip-enable.c b/src/merchant-tools/taler-merchant-tip-enable.c @@ -150,10 +150,10 @@ run (void *cls, "merchant-instance-%s", instance); if (GNUNET_OK != - GNUNET_CONFIGURATION_get_value_filename (cfg, - section, - "TIP_RESERVE_PRIV", - &res_str)) + GNUNET_CONFIGURATION_get_value_string (cfg, + section, + "TIP_RESERVE_PRIV", + &res_str)) { GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, section,