G1PUB:CRC

This commit is contained in:
fred 2023-07-03 02:55:15 +02:00
parent 302ae697fa
commit 8d8e15e1a4
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ if [[ ${QRCODE:0:5} == "~~~~~" ]]; then
[[ ${WHAT} == "" ]] && echo "<br> Missing amount <br>" >> ~/.zen/tmp/${MOATS}/disco
[[ ${VAL} == "" || ${VAL} == "undefined" ]] && echo "<br> Missing Destination PublicKey <br>" >> ~/.zen/tmp/${MOATS}/disco
VAL=$(echo "$VAL" | cut -d ':' -f 1)
## GET DESTINATION ACCOUNT AMOUNT
DESTM=$(${MY_PATH}/../tools/COINScheck.sh ${VAL} | tail -n 1)