aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/schema.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema.rs b/src/schema.rs
index b63b0c1..df7b14a 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -152,7 +152,7 @@ pub struct Db {
152} 152}
153 153
154impl Db { 154impl Db {
155 fn new() -> Self { 155 pub fn new() -> Self {
156 let mut users: HashMap<Fingerprint, User> = HashMap::new(); 156 let mut users: HashMap<Fingerprint, User> = HashMap::new();
157 157
158 let bank_acc = MetuId::new("bank".to_owned(), "P7oxDm30g1jeIId".to_owned()).unwrap(); 158 let bank_acc = MetuId::new("bank".to_owned(), "P7oxDm30g1jeIId".to_owned()).unwrap();