missing mut

This commit is contained in:
arkpar 2016-03-14 14:22:18 +01:00
parent 9f81b07224
commit e8a21116f7
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ impl Informant {
let cache_info = client.blockchain_cache_info();
let sync_info = sync.status();
let write_report = self.report.write().unwrap();
let mut write_report = self.report.write().unwrap();
let report = client.report();
if let (_, _, &Some(ref last_report)) = (