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