This commit is contained in:
fred 2024-01-05 20:38:16 +01:00
parent 190494352a
commit 16fd20ae7e
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ fi
################################################################################
## QRCODE = IPNS or G1PUB ? Can be ASTRONAUTENS or G1PUB format
ZCHK="$(echo $QRCODE | cut -d ':' -f 2-)" # ChK or ZEN
ZCHK="$(echo $THAT | cut -d ':' -f 2-)" # ChK or ZEN
QRCODE="${QRCODE%%:*}" ## TRIM :ZEN :ChK
################################################################################
################################################################################