From a2dde02b64a8ee75c9243632eb45a6ceb9b62dd5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Jun 2023 23:11:05 +0200 Subject: major libtalertesting API refactoring, including no longer having taler-specific logic in the test engine core --- src/exchange-tools/exchange-offline.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange-tools') diff --git a/src/exchange-tools/exchange-offline.conf b/src/exchange-tools/exchange-offline.conf index cfd5c98ef..020eb34ba 100644 --- a/src/exchange-tools/exchange-offline.conf +++ b/src/exchange-tools/exchange-offline.conf @@ -3,10 +3,10 @@ [exchange-offline] # Where do we store the offline master private key of the exchange? -MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange-offline/master.priv +MASTER_PRIV_FILE = ${TALER_DATA_HOME}exchange-offline/master.priv # Where do we store the TOFU key material? -SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange-offline/secm_tofus.pub +SECM_TOFU_FILE = ${TALER_DATA_HOME}exchange-offline/secm_tofus.pub # Base32-encoded public key of the RSA helper. # SECM_DENOM_PUBKEY = -- cgit v1.2.3