diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-12-10 19:00:19 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-12-10 19:00:19 +0100 |
commit | 2152a6936e5e477f09e46a3f8e86c87b6fabe758 (patch) | |
tree | a415c0e0596a632539196ffb7f939837101da0ac /src/benchmark/taler-exchange-benchmark.conf | |
parent | 6623afa2a306a6c00f414ddd75aa51fe464cae56 (diff) |
eliminate use of exchange's /admin/add/incoming with fakebank in taler-exchange-benchmark
Diffstat (limited to 'src/benchmark/taler-exchange-benchmark.conf')
-rw-r--r-- | src/benchmark/taler-exchange-benchmark.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.conf b/src/benchmark/taler-exchange-benchmark.conf index b264aaa77..1306e50fc 100644 --- a/src/benchmark/taler-exchange-benchmark.conf +++ b/src/benchmark/taler-exchange-benchmark.conf @@ -36,6 +36,28 @@ BANK_ACCOUNT_NUMBER = 2 # wallets with the bank information for transfers to the exchange. TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/test.json +WIRE-FEE-2017 = KUDOS:0.01 +WIRE-FEE-2018 = KUDOS:0.01 +WIRE-FEE-2019 = KUDOS:0.01 +WIRE-FEE-2020 = KUDOS:0.01 +WIRE-FEE-2021 = KUDOS:0.01 +WIRE-FEE-2022 = KUDOS:0.01 +WIRE-FEE-2023 = KUDOS:0.01 +WIRE-FEE-2024 = KUDOS:0.01 +WIRE-FEE-2025 = KUDOS:0.01 +WIRE-FEE-2026 = KUDOS:0.01 + +CLOSING-FEE-2017 = KUDOS:0.01 +CLOSING-FEE-2018 = KUDOS:0.01 +CLOSING-FEE-2019 = KUDOS:0.01 +CLOSING-FEE-2020 = KUDOS:0.01 +CLOSING-FEE-2021 = KUDOS:0.01 +CLOSING-FEE-2022 = KUDOS:0.01 +CLOSING-FEE-2023 = KUDOS:0.01 +CLOSING-FEE-2024 = KUDOS:0.01 +CLOSING-FEE-2025 = KUDOS:0.01 +CLOSING-FEE-2026 = KUDOS:0.01 + [coin_kudos_1] value = KUDOS:1 |