Skip to content

Commit

Permalink
Update watchBlocksLive
Browse files Browse the repository at this point in the history
  • Loading branch information
KyTiXo authored May 4, 2021
1 parent 1b9396c commit 66b798b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchBlocksLive
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function stillSyncing(){

currentDiff="$(($highestBlock - $currentBlock))"

TABLEDATA="Highest,Current,Diff,AgeDiff\n$highestBlock,$currentBlock,$currentDiff,36m"
TABLEDATA="Highest,Current,Diff,AgeDiff\n$highestBlock,$currentBlock,$currentDiff,$AGE"
printTable ',' $(echo $TABLEDATA)
firstsync="0"
sleep 3
Expand Down

0 comments on commit 66b798b

Please sign in to comment.