Reorder assetchain params for better readability

This commit is contained in:
Luke Childs
2018-05-01 15:13:47 +07:00
committed by GitHub
parent 2263bcd958
commit ea5071d27f

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
}