From 0f3701b843757f06eb72d9ed684adf5acf663afd Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 3 Jan 2024 03:37:01 +0100 Subject: [PATCH] MAKE ZEN a NUMBER --- RUNTIME/VOEUX.refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNTIME/VOEUX.refresh.sh b/RUNTIME/VOEUX.refresh.sh index 9eabf55f4..3b0a854a6 100755 --- a/RUNTIME/VOEUX.refresh.sh +++ b/RUNTIME/VOEUX.refresh.sh @@ -285,7 +285,7 @@ SECTOR="_${SECLAT}_${SECLON}" SECTORG1PUB=$(${MY_PATH}/../tools/keygen -t duniter "${UPLANETNAME}${SECTOR}" "${UPLANETNAME}${SECTOR}") ############################################################## GRATITUDE=$($MY_PATH/../tools/getcoins_from_gratitude_box.sh) -G1AMOUNT=$(echo "$GRATITUDE / 10" | bc -l | xargs printf "%.2f" | sed "s/,/./g" ) +G1AMOUNT=$(echo "$GRATITUDE / 10" | bc -l | xargs printf "%.2f" ) echo "***** PLAYER $PLAYER *************************************" echo "SEND ${GRATITUDE} ZEN = ${G1AMOUNT} G1 to ${SECTOR} WALLET ${SECTORG1PUB}"