default to 0.1 instead of 0.05

accounts with less than 1 G1 are destroyed
This commit is contained in:
BorisPaing 2020-03-19 16:04:23 +01:00
parent b168d862d9
commit 03a65981eb
1 changed files with 1 additions and 1 deletions

View File

@ -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