diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-06 18:36:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-06 18:36:51 +0200 |
commit | 0ad84355d59885eab6001cfaf96056c958680ab0 (patch) | |
tree | e82b99c299d84c2df95ffb75b41d3dc53d1e6766 /src/auditor/generate-auditor-basedb.sh | |
parent | 36a8ecd4c47eaaab767d679564aa4e87166fa361 (diff) |
fix auditor refund fee calculations
Diffstat (limited to 'src/auditor/generate-auditor-basedb.sh')
-rwxr-xr-x | src/auditor/generate-auditor-basedb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh index 4006addfd..30cdc6346 100755 --- a/src/auditor/generate-auditor-basedb.sh +++ b/src/auditor/generate-auditor-basedb.sh @@ -176,7 +176,7 @@ taler-exchange-offline -c $CONF \ download sign \ enable-account payto://x-taler-bank/localhost/Exchange \ enable-auditor $AUDITOR_PUB $AUDITOR_URL "TESTKUDOS Auditor" \ - wire-fee now x-taler-bank TESTKUDOS:0.01 TESTKUDOS:0.01 TESTKUDOS:0.01 \ + wire-fee now x-taler-bank TESTKUDOS:0.07 TESTKUDOS:0.01 TESTKUDOS:0.01 \ global-fee now TESTKUDOS:0.01 TESTKUDOS:0.01 TESTKUDOS:0.01 TESTKUDOS:0.01 1h 1h 1year 5 \ upload &> taler-exchange-offline.log |