From 03a65981eb9895ea7eaee52a189fec630ff71955 Mon Sep 17 00:00:00 2001 From: BorisPaing Date: Thu, 19 Mar 2020 16:04:23 +0100 Subject: [PATCH] default to 0.1 instead of 0.05 accounts with less than 1 G1 are destroyed --- process-likes-g1tx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process-likes-g1tx.sh b/process-likes-g1tx.sh index ad97efc..92333ce 100755 --- a/process-likes-g1tx.sh +++ b/process-likes-g1tx.sh @@ -16,7 +16,7 @@ g1priv=$(cat ~/.ssb/secret.dunikey | grep "sec" | cut -d ' ' -f 2) # SSB pubkey ssbpub=$(cat ~/.ssb/secret | grep public\" | cut -d ' ' -f 4 | cut -d '.' -f 1 | sed s/\"//g) -defaultAmountPerLikeInUD="0.05" +defaultAmountPerLikeInUD="0.1" bold=$(tput bold) normal=$(tput sgr0) ssbMaxSize=8192