exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8a89eec7b4d3acab00490f2716e230908c80ab7a
parent 581a39b5b5037d4e0419d8ce5448371a52499d80
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 28 Aug 2020 20:17:24 +0200

log diagnostics

Diffstat:
Msrc/auditor/generate-revoke-basedb.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/auditor/generate-revoke-basedb.sh b/src/auditor/generate-revoke-basedb.sh @@ -168,6 +168,9 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'withdrawTestBalance' export coins=$(taler-wallet-cli --wallet-db=$WALLET_DB advanced dump-coins) +echo -n "COINS are:" +echo $coins + # Find coin we want to revoke export rc=$(echo "$coins" | jq -r '[.coins[] | select((.denom_value == "TESTKUDOS:2"))][0] | .coin_pub') # Find the denom