summaryrefslogtreecommitdiff
path: root/src/auditor/test-revocation.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-26 16:08:27 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-26 16:08:27 +0100
commit4a06d7550a6c3911528ff5571b0714b216441388 (patch)
treef1e2a2422ca975e02d4122b3d4cffb396391583d /src/auditor/test-revocation.sh
parent3c1c3e704ac4397735d4321a4c2a9d72e969f4bb (diff)
downloadexchange-4a06d7550a6c3911528ff5571b0714b216441388.tar.gz
exchange-4a06d7550a6c3911528ff5571b0714b216441388.tar.bz2
exchange-4a06d7550a6c3911528ff5571b0714b216441388.zip
workaround can die now
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-xsrc/auditor/test-revocation.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index d19f8d57c..52e11a58c 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -216,8 +216,7 @@ taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB advanced force-refresh "$rrc
taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB run-until-done
# Update our list of the coins
-# FIXME: grep -v timetravel to be removed once wallet output is fixed!
-export coins=$(taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB advanced dump-coins | grep -v timetravel)
+export coins=$(taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB advanced dump-coins)
# Find resulting refreshed coin
export freshc=$(echo "$coins" | jq -r --arg rrc "$rrc" '[.coins[] | select((.refresh_parent_coin_pub == $rrc))][0] | .coin_pub')