From da98fe9e28ef47488a34b038736d0b765e1e1e8c Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 3 Aug 2023 19:35:27 +0300 Subject: Updated example in the comments --- bin/ak-pack_z_block | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ak-pack_z_block') diff --git a/bin/ak-pack_z_block b/bin/ak-pack_z_block index cf51b18..63f4a4e 100755 --- a/bin/ak-pack_z_block +++ b/bin/ak-pack_z_block @@ -9,10 +9,10 @@ # We can extend this with calling the encoder and further send the transaction # -#FINGERPRINT="CHANGE THIS TO YOUR DEFAULT FINGERPRINT" +#AK_FINGERPRINT="CHANGE THIS TO YOUR DEFAULT AK_FINGERPRINT" # We acquire the GPG fingerprint by email address # The following example finds kaos@kaos.kaos' GPG fingerprint like this -# FINGERPRINT="$(gpg2 --list-keys | grep kaos@kaos.kaos -1 | head -n1 | awk '{print $1}')" +# AK_FINGERPRINT="$(gpg2 --list-keys | grep kaos@kaos.kaos -1 | head -n1 | awk '{print $1}')" PROGRAM="$(basename $0)" set -xe -- cgit v1.2.3