Skip to content

Commit

Permalink
autosplit-new.sh: fix GLEEC_OLD iguana split command
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Oct 7, 2024
1 parent c2c14ac commit 6c39967
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autosplit-new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,10 @@ function do_autosplit() {

if [ ! -z "$1" ] && [ "$1" != "KMD" ]
then
coin=$1
if [ "$1" == "GLEEC_OLD" ]; then
coin="GLEEC"
asset=" -ac_name=GLEEC -datadir=$HOME/.komodo/GLEEC_OLD"
else
coin="$1"
asset=" -ac_name=$1"
fi
utxo_min=${ac_utxo_min}
Expand Down

0 comments on commit 6c39967

Please sign in to comment.