NoCompile
This commit is contained in:
@@ -61,7 +61,7 @@ struct Trader {
|
||||
password: String, // hash(name..salt..password)
|
||||
id: usize,
|
||||
balances: HashMap<usize,FiNum>, // Maps Currency to Amount
|
||||
orders: HashSet<usize>;
|
||||
orders: HashSet<usize>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
||||
Reference in New Issue
Block a user