Merge pull request #30 from lukechilds/patch-2

Reorder asset chain params for better readability
This commit is contained in:
SHossain
2018-05-04 18:25:15 +01:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ function komodo_asset ()
supply=" "
fi
$komodo_binary -pubkey=$pubkey -ac_name=$1 $supply -addnode=$seed_ip $gen $args &
$komodo_binary -ac_name=$1 $gen $supply $args -pubkey=$pubkey -addnode=$seed_ip &
sleep $delay
}