~/.zen/game/players/${PLAYER}/ipfs/G1SSB/COINS

This commit is contained in:
fred 2023-01-21 19:30:36 +01:00
parent 1db9f05d7c
commit d039bf5a02
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ PEPPER=$THIS
################### KEY GEN ###################################
# Get PLAYER wallet amount
( ## SUB PROCESS
( ## SUB PROCESS ## ~/.zen/game/players/${PLAYER}/ipfs/G1SSB/COINS
COINS=$(~/.zen/Astroport.ONE/tools/timeout.sh -t 20 ${MY_PATH}/../tools/jaklis/jaklis.py -k ~/.zen/tmp/coucou/${MOATS}.secret.key balance)
echo "+++ WALLET BALANCE _ $COINS (G1) _"
[[ $COINS == "" || $COINS == "null" ]] \