Production index mode

This commit is contained in:
poka 2021-10-18 00:00:47 +02:00
parent 19b7cb156f
commit 83475b8dfc
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ if $debug; then
udBlocs=$(cat $GPATH/db/debug/udblocs)
echo # To clean next progress view
else
# TXBLOCKS=$(curl -s ${DUNITER}/blockchain/with/tx | jq '.result.blocks[]')
TXBLOCKS=$(cat $GPATH/tx.json | jq '.result.blocks[]')
TXBLOCKS=$(curl -s ${DUNITER}/blockchain/with/tx | jq '.result.blocks[]')
# TXBLOCKS=$(cat $GPATH/tx.json | jq '.result.blocks[]')
echo "TXBLOCKS OK"
membresPubkeys=$(curl -s ${DUNITER}/wot/members | jq -r '.results[].pubkey')
tput cuu1;tput el;