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