gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: workaround can die now


From: gnunet
Subject: [taler-exchange] branch master updated: workaround can die now
Date: Thu, 26 Mar 2020 16:09:22 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 4a06d755 workaround can die now
4a06d755 is described below

commit 4a06d7550a6c3911528ff5571b0714b216441388
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 26 16:08:27 2020 +0100

    workaround can die now
---
 src/auditor/test-revocation.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index d19f8d57..52e11a58 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')

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]