From cb58740fbd9805807dba268c65498aaa171f004f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Jan 2020 19:12:47 +0100 Subject: remove redundant METHOD option, we can derive it from PAYTO_URI --- src/auditor/generate-auditor-basedb.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/auditor/generate-auditor-basedb.conf') diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf index 02ed14b77..a2b91f1e1 100644 --- a/src/auditor/generate-auditor-basedb.conf +++ b/src/auditor/generate-auditor-basedb.conf @@ -80,7 +80,6 @@ CURRENCY = TESTKUDOS [exchange-account-1] WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json PAYTO_URI = payto://x-taler-bank/localhost/Exchange -METHOD = x-taler-bank enable_debit = yes enable_credit = yes WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/" @@ -91,7 +90,6 @@ PASSWORD = x [merchant-account-merchant] PAYTO_URI = payto://x-taler-bank/localhost/42 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/merchant/account-3.json -METHOD = x-taler-bank HONOR_default = YES ACTIVE_default = YES -- cgit v1.2.3