diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-16 19:23:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-16 19:23:29 +0100 |
commit | 6f6c71a8d39e5f1f4d69ec06ad20f832617783d6 (patch) | |
tree | 0d6d99bfc2d65d632da771e968bc422754f156ba /src/auditor/test-revocation.sh | |
parent | e0497239e90df63eaee085a45488e9ff3ee799bc (diff) |
load fees from DB instead of from config, also in wire tools
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-x | src/auditor/test-revocation.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index 6e1b2f847..0f09f5791 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.sh @@ -472,12 +472,6 @@ check_with_database() # Setup database-specific globals MASTER_PUB=`cat ${BASEDB}.mpub` - # Where to store wire fee details for aggregator - echo "Storing wire fees" - WIRE_FEE_DIR=`taler-config -c $CONF -f -s exchangedb -o WIREFEE_BASE_DIR` - mkdir -p $WIRE_FEE_DIR - cp ${BASEDB}.fees $WIRE_FEE_DIR/x-taler-bank.fee - # Determine database age echo "Calculating database age based on ${BASEDB}.age" AGE=`cat ${BASEDB}.age` |