diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-22 19:09:55 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-22 19:09:55 +0200 |
commit | 95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5 (patch) | |
tree | 77af4123a71450f2da4d62f13c1a88a18b8d1e3f /src/wire/wire-sepa.conf | |
parent | 9507c8c369c8ac56ae309b9b6132dd6213539e21 (diff) |
make names related to wire plugins less generic
Diffstat (limited to 'src/wire/wire-sepa.conf')
-rw-r--r-- | src/wire/wire-sepa.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wire/wire-sepa.conf b/src/wire/wire-sepa.conf index 7321a2be6..b7c09153f 100644 --- a/src/wire/wire-sepa.conf +++ b/src/wire/wire-sepa.conf @@ -1,10 +1,10 @@ # Configuration for SEPA wire plugin. -[wire-incoming-sepa] +[exchange-wire-incoming-sepa] # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. -SEPA_RESPONSE_FILE = ${TALER_CONFIG_HOME}/sepa.json +SEPA_RESPONSE_FILE = ${TALER_CONFIG_HOME}/exchange/wire/sepa.json -[wire-outgoing-sepa] +[exchange-wire-outgoing-sepa] # This section should contain the options required for making outgoing # SEPA transfers. Not yet supported (need libebics). |