uncommented client tick

This commit is contained in:
debris 2016-01-27 13:11:09 +01:00
parent 5998c16b17
commit 996db7cd29

View File

@ -294,7 +294,7 @@ impl Client {
/// Tick the client.
pub fn tick(&self) {
//self.chain.read().unwrap().collect_garbage(false);
self.chain.read().unwrap().collect_garbage(false);
}
}