nginx setup and make

This commit is contained in:
ntr
2019-07-09 14:12:32 +10:00
parent 264d368351
commit fac62329e8
8 changed files with 49 additions and 19 deletions
+2 -1
View File
@@ -231,7 +231,8 @@ pub fn account_create(name: &String, password: &String, code: &String, tx: &mut
None => return Err(err_msg("account not created")),
};
for _i in 0..3 {
// 3 constructs for a team and 1 to swap
for _i in 0..4 {
construct_spawn(tx, ConstructSpawnParams { name: generate_name() }, id)?;
}