diff options
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 |