diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-03 23:24:54 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-03 23:24:54 +0100 |
commit | 509617fdc804b107df27770a3a6a505abc786520 (patch) | |
tree | 6b270482c38eb630098e1dd68a7d536682c39e3b | |
parent | 2aaf31ac2b6e4b82128290711552caffe21328bd (diff) |
remove dead option
-rw-r--r-- | src/backend/merchant.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf index 9554aeaa..e43e406f 100644 --- a/src/backend/merchant.conf +++ b/src/backend/merchant.conf @@ -45,11 +45,6 @@ DEFAULT_WIRE_FEE_AMORTIZATION = 1 # Which database backend do we use? DB = postgres -# Which wireformat does this merchant use? (x-taler-bank/sepa/etc.) -WIREFORMAT = x-taler-bank -# Determines which wire plugin will be used. We currently only -# support one wire plugin at a time! - # How long do we want the exchange to sit on wire transfers # for aggregation? WIRE_TRANSFER_DELAY = 3 week |