From c676737f5f6a707ea8bb5b75f776eb619dab110d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Aug 2022 13:01:00 +0200 Subject: -fix test-auditor.sh --- src/auditor/test-auditor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auditor/test-auditor.sh') diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 80495e2b0..8273d16e9 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -1776,7 +1776,7 @@ fi jq -e .emergencies[0] < test-audit-coins.json > /dev/null && exit_fail "Unexpected emergency detected in ordinary run" echo "OK" # Undo -echo "UPDATE exchange.denominations SET fee_refresh_frac=3000000 WHERE coin_val=1;" | psql -Aqt $DB +echo "UPDATE exchange.denominations SET fee_refresh_frac=3000000 WHERE coin_val=10;" | psql -Aqt $DB } -- cgit v1.2.3