Merge pull request #30 from lukechilds/patch-2
Reorder asset chain params for better readability
This commit is contained in:
@@ -21,7 +21,7 @@ function komodo_asset ()
|
|||||||
supply=" "
|
supply=" "
|
||||||
fi
|
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
|
sleep $delay
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user