opt level and no Debug by unwrap (#311)
This commit is contained in:
@@ -72,7 +72,7 @@ impl PersistentStore {
|
||||
let mut store = PersistentStore {
|
||||
store: persistent_store::Store::new(storage).ok().unwrap(),
|
||||
};
|
||||
store.init(rng).unwrap();
|
||||
store.init(rng).ok().unwrap();
|
||||
store
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user