summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-22 16:15:55 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-22 16:15:55 +0100
commitba22ad7a42a6db37e2919bfddc8f5c514416f1de (patch)
tree405ce5f865c11952792e7bb51636072141e0df3e /src/auditor/test-auditor.sh
parentd3dc8c8c7d7a9d9c8c15665d55e2e14bef686092 (diff)
downloadexchange-ba22ad7a42a6db37e2919bfddc8f5c514416f1de.tar.gz
exchange-ba22ad7a42a6db37e2919bfddc8f5c514416f1de.tar.bz2
exchange-ba22ad7a42a6db37e2919bfddc8f5c514416f1de.zip
clean up auditor-aggregation logic
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 33d96290a..0d1fb67a7 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1460,8 +1460,6 @@ then
jq -e .coin_inconsistencies[0] < test-audit-aggregation.json > /dev/null || exit_fail "Coin inconsistency NOT detected"
- jq -e .row_inconsistencies[0] < test-audit-aggregation.json > /dev/null || exit_fail "Coin history verification failure NOT reported"
-
# Note: if the wallet withdrew much more than it spent, this might indeed
# go legitimately unnoticed.
jq -e .emergencies[0] < test-audit-coins.json > /dev/null || exit_fail "Denomination value emergency NOT reported"