diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-03 19:23:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-03 19:24:08 +0100 |
commit | 4d2faa5ec92213efc4ee40f707ab0ad3615e5433 (patch) | |
tree | 4bb94dba0c77cca9d0ba6b7fb223bc9476edc08e /src/wire/wire-sepa.conf | |
parent | d06dac625072cad6888c9d0a77f6bd19faa5f2d9 (diff) |
changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wire-PLUGIN]enable=YES/NO
Diffstat (limited to 'src/wire/wire-sepa.conf')
-rw-r--r-- | src/wire/wire-sepa.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wire/wire-sepa.conf b/src/wire/wire-sepa.conf index b7c09153f..88d2ac03c 100644 --- a/src/wire/wire-sepa.conf +++ b/src/wire/wire-sepa.conf @@ -1,5 +1,11 @@ +# This file is in the public domain. +# # Configuration for SEPA wire plugin. +[exchange-wire-sepa] +# Set to "YES" to activate the 'sepa' plugin. +ENABLE = NO + [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. |