This commit is contained in:
fred 2023-12-29 02:26:31 +01:00
parent 52ae17019a
commit 3f19d12b54
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ mkdir -p ~/.zen/tmp/${MOATS}
[[ ! ${SECTORG1PUB} ]] && echo "ERROR generating UMAP WALLET ${UPLANETNAME}${LAT}/${UPLANETNAME}${LON}" && exit 1
COINS=$($MY_PATH/../tools/COINScheck.sh ${SECTORG1PUB} | tail -n 1)
echo "TRANSFERING TO UMAP (${COINS} G1) WALLET : ${SECTORG1PUB}"
echo "SECTOR WALLET = ${COINS} G1 : ${SECTORG1PUB}"
[[ ! -z ${SECTORG1PUB} ]] \
&& ALL="ALL" \