commit 99a8156209ae62a8b5d73fcf9fef25c03b89a6ca parent 549761d6b362ee29d6b2569a147788c77065be76 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 5 Oct 2019 15:48:10 +0200 fix default, test no longer exists Diffstat:
| M | src/backend/merchant.conf | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf @@ -37,8 +37,8 @@ DEFAULT_WIRE_FEE_AMORTIZATION = 1 # Which database backend do we use? DB = postgres -# Which wireformat does this merchant use? (test/sepa/etc.) -WIREFORMAT = test +# 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!